airyBi¶
Evaluates the Airy function of the second kind.
Synopsis¶
airyBi (x)
Required Arguments¶
- float
x
(Input) - Argument for which the function value is desired.
Return Value¶
The Airy function of the second kind evaluated at x, Bi(x).
Description¶
The airy function Bi(x) is defined to be
Bi(x)=1π∫∞0exp(xt−13t3)dt+1π∫∞0sin(xt+13t3)dt
It can also be expressed in terms of modified Bessel functions of the first kind, Iv(x), and Bessel functions of the first kind Jv(x) (see besselIx and besselJx):
Bi(x)=√x3[I−1/3(23x3/2)+I1/3(23x3/2)] for x>0
and
Bi(x)=√−x3[J−1/3(23|x|3/2)−J1/3(23|x|3/2)] for x<0
Let ɛ = machine
(4), the machine precision. If x<−1.31ε−2/3, then the answer will have no precision.
If x<−131ε−1/3, the answer will be less accurate than half precision. In addition, x should not be so large that exp[(2/3)x3/2] overflows. For more information, see the description for machine.