This function evaluates the exponentially scaled Airy function of the second kind.
Function Return Value
BIE — Function value. (Output) The Airy function of the second kind for negative arguments and the exponentially scaled Airy function of the second kind, eζBi(X), for positive arguments where
Required Arguments
X — Argument for which the Airy function value is desired. (Input)
FORTRAN 90 Interface
Generic: BIE (X)
Specific: The specific interface names are S_BIE and D_BIE.
FORTRAN 77 Interface
Single: BIE (X)
Double: The double precision name is DBIE.
Description
The exponentially scaled Airy function of the second kind is defined to be
If , then the answer will have no precision. If , then the answer will be less accurate than half precision. Here, ɛ = AMACH(4) is the machine precision.
Example
In this example, BIE(0.49) is computed and printed.