HTBasic Help
×
Menu
Index

Bei

Imaginary Kelvin function of the first kind of a real argument.
 
Loading        LOADSUB ALL FROM "KELVIN.HTS"
or LOADSUB FROM "MATHLIB.HTS"
 
Usage                REAL X,Y
Y=FNBei(X)
 
Description                
FNBei returns the value of the imaginary Kelvin function of the first kind of the value x. Although bei(x) is defined for all real values of x, large positive or negative values of x may produce results greater in magnitude than MAXREAL, the largest value representable. Note that sometimes Kelvin functions are written with an order, as in bei3(x). In this notation, the function FNBei returns the value of bei0(x).
 
Errors                
FNBei causes an HTBasic error if its argument is not of type REAL or if the value returned would be larger in magnitude than MAXREAL.
 
See Also
Be, Ber
 
bei(x)