Complex Kelvin function of the first kind of a real argument.
Loading LOADSUB ALL FROM "KELVIN.HTS"
or LOADSUB FROM "MATHLIB.HTS"
Usage REAL X
COMPLEX C
C=FNBe(X)
Description
FNBereturns the values of the real and imaginary Kelvin functions of the first kind of the valuex. The real part of the value returned is the value of ber(x) and the imaginary part is the value of bei(x). Although ber(x) and bei(x) are defined for all real values ofx, large positive values ofxmay produce results greater than MAXREAL, the largest value representable.
Errors
FNBecauses an HTBasic error if it argument is not of type REAL. It also causes an error if the value of either component of the value returned would be larger than MAXREAL.