| hankel_functions | R Documentation |
Functions to compute cyclic and spherical Hankel functions of the first and second kinds.
cyl_hankel_1(v, x)
cyl_hankel_2(v, x)
sph_hankel_1(v, x)
sph_hankel_2(v, x)
v |
Order of the Hankel function |
x |
Argument of the Hankel function |
A single complex value with the computed Hankel function.
Boost Documentation for more details on the mathematical background.
cyl_hankel_1(2, 0.5)
cyl_hankel_2(2, 0.5)
sph_hankel_1(2, 0.5)
sph_hankel_2(2, 0.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.