Public Function BIE( _ ByVal vX As Variant _ ) As Variant
BIE(-5.0) = -0.138369134901601 BIE(-0.5) = 0.380352659751054 BIE(+0.0) = 0.614926627446001 BIE(+0.5) = 0.67489241111563 BIE(+5.0) = 0.381108531088877See also:
BI Function AIE Function DBIE FunctionvX: Function returns Null if vX is Null or cannot be fixed up to a Double precision floating point number.
BIE(X) calculates the double precision Airy function of the second kind or the double precision exponentially scaled Airy function of the second kind, depending on the value of the double precision argument X.
Evaluate BI(X) for X <= 0 and BI(X)*EXP(-ZETA) where ZETA = 2/3 * X^(3/2) for X >= 0
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.