|
|
◆ Airyaid()
| Function Airyaid |
( |
X As |
Double, |
|
|
Optional Info As |
Long |
|
) |
| |
Derivative Ai'(x) of Airy function Ai(x)
- Purpose
- This routine computes the derivative Ai'(x) of the Airy function Ai(x).
- Returns
- Double
Ai'(x).
- Parameters
-
| [in] | X | Argument x. |
| [out] | Info | (Optional)
= 0: Successful exit.
= 1: Floating point range error. |
- Reference
- boost/math/special_functions
|