Click or drag to resize

SpecialFunctionsAiryAi(Complex) Method

Returns the Airy function Ai.

AiryAi(z) is a solution to the Airy equation, y'' - y * z = 0.


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex AiryAi(
	Complex z
)

Parameters

z  Complex
The value to compute the Airy function of.

Return Value

Complex
The Airy function Ai.
See Also