AdvancedMathAiryAi Method |
Computes the Airy function of the first kind.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double AiryAi(
double x
)
Public Shared Function AiryAi (
x As Double
) As Double
public:
static double AiryAi(
double x
)
static member AiryAi :
x : float -> float
Parameters
- x
- Type: SystemDouble
The argument.
Return Value
Type:
DoubleThe value Ai(x).
Remarks See Also