Modified Bessel function of the second kind, order zero.
Loading LOADSUB ALL FROM "BESMC.HTS"
or LOADSUB FROM "MATHLIB.HTS"
Usage REAL X,Y
Y=FNK0(X)
Description
FNK0returns the value of the modified cylindrical Bessel function of the second kind and order zero ofx,K0(x).K0(x) is defined for all positive values ofx, but values ofxnear zero may cause the absolute value of the result to be larger than MAXREAL, the largest value representable.
Errors
FNK0causes an HTBasic error if its arguments is not of type REAL, ifxis not positive, or if the result would be larger than MAXREAL.