Y0
Bessel function of the second kind, order zero.
|
Loading LOADSUB ALL FROM "BESRC.HTS"
or LOADSUB FROM "MATHLIB.HTS"
Usage REAL X,Y
Y=FNY0(X)
Description
FNY0 returns the value of the cylindrical Bessel function of the second kind and order zero of x, Y0(x). Y0(x) is defined for all positive values of x.
Errors
FNY0 causes an HTBasic error if its argument is not of type REAL or if x is negative or zero.
See Also
J1, Jn, Y0
Y0(x)
|