HTBasic Help
×
Menu
Index

K0e

Scaled 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=FNK0e(X)
 
Description                
FNK0e returns the value of the modified cylindrical Bessel function of the second kind and order zero of x scaled by ex, exK0(x). Although exK0(x) is defined for all positive values of x, values of x near zero may cause the absolute value of the result to be larger than MAXREAL, the largest value representable. The scaling is done so that the value of K0(x) can be evaluated for large arguments, where the value of K0(x) may be near zero.
 
Errors                
FNK0e causes an HTBasic error if its argument is not of type REAL, if x is not positive, or if the result would be larger than MAXREAL.
 
exK0(x)
 
See Also                K0, K1e, Kn