HTBasic Help
×
Menu
Index
Bie
Scaled Airy function of the second kind.
 
Loading        LOADSUB ALL FROM "AIRY.HTS"
or LOADSUB FROM "MATHLIB.HTS"
 
Usage                REAL X,Y
Y=FNBie(X)
 
Description                
FNBie returns the value of e-2xx/3Bi(x). X must be positive or zero. Bi is the Airy function of the second kind. This subroutine is useful for determining the value of Bi(x) for large positive values of x, where the related Bi function returns large values or produces BASIC Errors for values too large to represent.
 
Errors                
FNBie causes an HTBasic error if its argument is not of type REAL or if x is negative.
 
See Also
Bi
 
                                                         e-2xx/3Bi(x)