HTBasic Help
×
Menu
Index
H10
Hankel function of the first kind, order zero.
 
Loading        LOADSUB ALL FROM "BESRC.HTS"
or LOADSUB FROM "MATHLIB.HTS"
 
Usage                REAL X
COMPLEX C
C=FNH10(X)
 
Description                
FNH10 returns the value of the Hankel function of the first kind and order zero of x, H0(1)(x). For positive values of x, the real component of the value returned contains J0(x) and the imaginary component contains Y0(x). For negative values of x, the real component contains -J0(x) and the imaginary component contains Y0(x).
 
H0(1)(x)
 
Arg[H0(1)(x)], degrees
 
 
Errors                
FNH10 causes an HTBasic error if its argument is not of type REAL. It also causes an error if the value of x is zero, since the imaginary component of H0(1)(0) is -.
 
See Also
H11, H20, J0, Y0