SpecialFunctionsAiryAi(Complex) Method |
Returns the Airy function Ai.
AiryAi(z) is a solution to the Airy equation, y'' - y * z = 0.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex AiryAi(
Complex z
)
Parameters
- z Complex
- The value to compute the Airy function of.
Return Value
ComplexThe Airy function Ai.
See Also