HTBasic Help
×
Menu
Index
Bi
Airy function of the second kind.
 
Loading        LOADSUB ALL FROM "AIRY.HTS"
or LOADSUB FROM "MATHLIB.HTS"
 
Usage                REAL X,Y
Y=FNBi(X)
 
Description                
FNBi returns the value of the Airy function of the second kind of x. Note that sometimes Airy functions are written with an order, as in Bi3(x). In this notation, the function FNBi returns the value of Bi0(x). Although Bi(x) is defined for all real values of x, large positive values of x may produce results greater than MAXREAL, the largest value representable.
 
Errors                
FNBi causes an HTBasic error if its argument is not of type REAL or if its result would be larger than MAXREAL.
 
See Also
Ai, Ai_Bi, Bie
 
Bi(x)