FNYnreturns the value of the cylindrical Bessel function of the second kind and ordernofx,Yn(x).Yn(x) is defined for all positive values ofx.
Errors
FNYncauses an HTBasic error if its argument is not of type REAL or ifxis negative or zero.
See Also
Y0, Y1
Yn(x)
Note
The algorithm used computes the value ofYnusing a recursion from the values ofY0 andY1. The computation time increases withnand the computation accuracy decreases withn- 1.