Bessel |
Name | Description | |
---|---|---|
AiryExpAi(Double) | AiryExpAi(x) calculates the Airy function or the exponentially scaled Airy function depending on the value of the argument. The function and argument are both double precision. Returns Ai(x) for x <= 0.0 Ai(x) * exp(2/3 * x^(3/2)) for x >= 0.0. | |
AiryExpAi(Double, Boolean) | AiryExpAi(x) calculates the Airy function or the exponentially scaled Airy function depending on the value of the argument. The function and argument are both double precision. Returns Ai(x) for x <= 0.0 Ai(x) * exp(2/3 * x^(3/2)) for x >= 0.0. |