Modified Bessel function of the first kind, order one.
Loading LOADSUB ALL FROM "BESMC.HTS"
or LOADSUB FROM "MATHLIB.HTS"
Usage REAL X,Y
Y=FNI1(X)
Description
FNI1returns the value of the modified cylindrical Bessel function of the first kind and order one ofx,I1(x).I1(x) is defined for all values ofx, but large absolute values ofxmay cause the magnitude of the result to be larger than MAXREAL, the largest value representable.
Errors
FNI1causes an HTBasic error if its argument is not of type REAL or if the magnitude of the result would be larger than MAXREAL.