Spherical Hankel function of the first kind, order one.
Loading LOADSUB ALL FROM "BESMS.HTS"
or LOADSUB FROM "MATHLIB.HTS"
Usage REAL X,Y
Y=FNS_i1(X)
Description
FNS_i1returns the value of the modified spherical 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 result to be larger in magnitude than MAXREAL, the largest value representable.
Errors
FNS_i1causes an HTBasic error if its argument is not of type REAL or if the result would be larger than MAXREAL.