Hh2n
Hankel function of the second kind, order n+½.
|
Loading LOADSUB ALL FROM "BESRS.HTS"
or LOADSUB FROM "MATHLIB.HTS"
Usage INTEGER N
REAL X
COMPLEX C
C=FNHh2n(N,X)
Description
Hh2n returns the value of the cylindrical Hankel function of the second kind and order n+½ of x, Hn+½(2)(x). Hn+½(2)(x) is defined for all values of n and for all positive values of x.
Errors
Hh2n causes an HTBasic error if its arguments are not of the types shown in the USAGE section, above, or if x is negative or zero.
See Also
Hh1n
Note
The algorithm used computes the value of Hn+½(2) using a recursion from the values of H½(2) and H1½(2). The computation time increases with n and the computation accuracy decreases with n.
Hn+½(2)(x)
Arg[Hn+½(2)(x)], degrees
|
|