#include <Airy.h>
Static Public Member Functions | |
| double | AiryAi (const double x) |
| Evaluate the Airy function Ai(x). | |
| Dpair | AiryAiErr (const double x) |
| Evaluate the Airy function Ai(x) and estimate the error. | |
| double | AiryBi (const double x) |
| Evaluate the Airy function Bi(x). | |
| Dpair | AiryBiErr (const double x) |
| Evaluate the Airy function Bi(x) and estimate the error. | |
| double | AiryAiScaled (const double x) |
| Evaluate the scaled Airy function Ai(x). | |
| Dpair | AiryAiScaledErr (const double x) |
| Evaluate the scaled Airy function Ai(x) and estimate the error. | |
| double | AiryBiScaled (const double x) |
| Evaluate the scaled Airy function Bi(x). | |
| Dpair | AiryBiScaledErr (const double x) |
| Evaluate the scaled Airy function Bi(x) and estimate the error. | |
| double | AiryAiPrime (const double x) |
| Evaluate the derivative of the Airy function Ai(x). | |
| Dpair | AiryAiPrimeErr (const double x) |
| Evaluate the derivative of the Airy function Ai(x) and estimate the error. | |
| double | AiryBiPrime (const double x) |
| Evaluate the derivative of the Airy function Bi(x). | |
| Dpair | AiryBiPrimeErr (const double x) |
| Evaluate the derivative of the Airy function Bi(x) and estimate the error. | |
| double | AiryAiPrimeScaled (const double x) |
| Evaluate the scaled derivative of the Airy function Ai(x). | |
| Dpair | AiryAiPrimeScaledErr (const double x) |
| double | AiryBiPrimeScaled (const double x) |
| Evaluate the scaled derivative of the Airy function Bi(x). | |
| Dpair | AiryBiPrimeScaledErr (const double x) |
| Evaluate the scaled derivative of Bi(x) and estimate the error. | |
| double | AiryAiZero (const int n) |
| Evaluate the nth zero of Ai(x). | |
| Dpair | AiryAiZeroErr (const int n) |
| Evaluate the nth zero of Ai(x) and estimate the error. | |
| double | AiryBiZero (const int n) |
| Evaluate the nth zero of Bi(x). | |
| Dpair | AiryBiZeroErr (const int n) |
| Evaluate the nth zero of Bi(x) and estimate the error. | |
| double | AiryAiPrimeZero (const int n) |
| Evaluate the nth zero of Ai(x)'. | |
| Dpair | AiryAiPrimeZeroErr (const int n) |
| Evaluate the nth zero of Ai(x)' and estimate the error. | |
| double | AiryBiPrimeZero (const int n) |
| Evaluate the nth zero of Bi(x)'. | |
| Dpair | AiryBiPrimeZeroErr (const int n) |
| Evaluate the nth zero of Bi(x)' and estimate the error. | |
Definition at line 98 of file Airy.h.
|
|
Evaluate the Airy function Ai(x).
|
|
|
Evaluate the Airy function Ai(x) and estimate the error.
|
|
|
Evaluate the derivative of the Airy function Ai(x).
|
|
|
Evaluate the derivative of the Airy function Ai(x) and estimate the error.
|
|
|
Evaluate the scaled derivative of the Airy function Ai(x).
|
|
|
Evaluate the scaled derivative of the Airy function Ai(x) and estimate the error |
|
|
Evaluate the nth zero of Ai(x)'.
|
|
|
Evaluate the nth zero of Ai(x)' and estimate the error.
|
|
|
Evaluate the scaled Airy function Ai(x).
|
|
|
Evaluate the scaled Airy function Ai(x) and estimate the error.
|
|
|
Evaluate the nth zero of Ai(x).
|
|
|
Evaluate the nth zero of Ai(x) and estimate the error.
|
|
|
Evaluate the Airy function Bi(x).
|
|
|
Evaluate the Airy function Bi(x) and estimate the error.
|
|
|
Evaluate the derivative of the Airy function Bi(x).
|
|
|
Evaluate the derivative of the Airy function Bi(x) and estimate the error.
|
|
|
Evaluate the scaled derivative of the Airy function Bi(x).
|
|
|
Evaluate the scaled derivative of Bi(x) and estimate the error.
|
|
|
Evaluate the nth zero of Bi(x)'.
|
|
|
Evaluate the nth zero of Bi(x)' and estimate the error.
|
|
|
Evaluate the scaled Airy function Bi(x).
|
|
|
Evaluate the scaled Airy function Bi(x) and estimate the error.
|
|
|
Evaluate the nth zero of Bi(x).
|
|
|
Evaluate the nth zero of Bi(x) and estimate the error.
|
1.3.4