Special.Airy Ai Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Airy | Evaluates the Airy function Ai(z) for complex argument. |
Airy | Evaluates the Airy function Ai(x). |
AiryAi(Complex<Double>)
Evaluates the Airy function Ai(z) for complex argument.
public static Complex<double> AiryAi(
Complex<double> z
)
Parameters
Return Value
Complex<Double>The value of Ai(x) at z.
AiryAi(Double)
Evaluates the Airy function Ai(x).
public static double AiryAi(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe value of Ai(x) at x.