hankel_functions: Hankel Functions

hankel_functionsR Documentation

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)

Arguments

v

Order of the Hankel function

x

Argument of the Hankel function

Value

A single complex value with the computed Hankel function.

See Also

Boost Documentation for more details on the mathematical background.

Examples

cyl_hankel_1(2, 0.5)
cyl_hankel_2(2, 0.5)
sph_hankel_1(2, 0.5)
sph_hankel_2(2, 0.5)

boostmath documentation built on Dec. 15, 2025, 5:07 p.m.