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 | The input argument of the Airy function. |
Output | ||
Name | Type | Description |
ai | double | The value of the Airy function Ai. |
bi | double | The value of the Airy function Bi. |
Return Value
None.
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later