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