Ai
Airy function of the first kind.
|
Loading LOADSUB ALL FROM "AIRY.HTS"
or LOADSUB FROM "MATHLIB.HTS"
Usage REAL X,Y
Y=FNAi(X)
Description
FNAi returns the value of the Airy function of the first kind of x. Note that sometimes Airy functions are written with an order, as in Ai3(x). In this notation, the function FNAi returns the value of Ai0(x). Ai(x) is defined for any real value x.
Errors
FNAi causes an HTBasic error if its argument is not of type REAL.
See Also
Aie, Ai_Bi, Bi
Ai(x)
|
|