Airy

Advanced Analysis Library Only

void Airy (double x, double *ai, double *bi);

Purpose

Computes the Airy functions. The Airy functions, Ai and Bi, are solutions to the Airy differential equation, which is defined as follows:

Parameters

Input
Name Type Description
x double-precision The input argument of the Airy function.
Output
Name Type Description
ai double-precision The value of the Airy function Ai.
bi double-precision The value of the Airy function Bi.

Return Value

None.