Learn R Programming

boostmath (version 1.0.0)

hankel_functions: Hankel Functions

Description

Functions to compute cyclic and spherical Hankel functions of the first and second kinds.

Usage

cyl_hankel_1(v, x)

cyl_hankel_2(v, x)

sph_hankel_1(v, x)

sph_hankel_2(v, x)

Value

A single complex value with the computed Hankel function.

Arguments

v

Order of the Hankel function

x

Argument of the Hankel function

See Also

Boost Documentation for more details on the mathematical background.

Examples

Run this code
cyl_hankel_1(2, 0.5)
cyl_hankel_2(2, 0.5)
sph_hankel_1(2, 0.5)
sph_hankel_2(2, 0.5)

Run the code above in your browser using DataLab