HTBasic Help
×
Menu
Index
K0
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                
FNK0 returns the value of the modified cylindrical Bessel function of the second kind and order zero of x, K0(x). K0(x) is defined for all positive values of x, but values of x near zero may cause the absolute value of the result to be larger than MAXREAL, the largest value representable.
 
Errors                
FNK0 causes an HTBasic error if its arguments is not of type REAL, if x is not positive, or if the result would be larger than MAXREAL.
 
See Also
I0, K0e, K1, Kn
 
K0(x)