Special.AiryAiScaled Method

Evaluates the Airy function Ai(z) for complex argument scaled to be of the same order of magnitude over the entire domain.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static Complex<double> AiryAiScaled(
	Complex<double> z
)

Parameters

z  Complex<Double>
A complex number.

Return Value

Complex<Double>
The value of Ai(x) at z scaled by a factor Exp((2/3)z^(3/2)).

See Also