Special.Airy Bi Scaled Method
Evaluates the Airy function Bi(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.2
C#
The value of Bi(x) at z scaled by a factor Exp(-|Re((2/3)z^(3/2))|).
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Complex<double> AiryBiScaled(
Complex<double> z
)
Parameters
Return Value
Complex<Double>The value of Bi(x) at z scaled by a factor Exp(-|Re((2/3)z^(3/2))|).