Special.Airy Bi Prime Scaled Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
Overload List
Airy | Evaluates the derivative of the Airy function Bi(z) for complex argument scaled to be of the same order of magnitude over the entire domain. |
Airy | Evaluates the derivative of the Airy function Bi(x) scaled to be of the same order of magnitude over the entire domain. |
AiryBiPrimeScaled(Complex<Double>)
Evaluates the derivative of the Airy function Bi(z) for complex argument
scaled to be of the same order of magnitude over the entire domain.
public static Complex<double> AiryBiPrimeScaled(
Complex<double> z
)
Parameters
Return Value
Complex<Double>The value of the derivative of Bi(x) at z scaled by a factor Exp(-|Re((2/3)z^(3/2))|).
AiryBiPrimeScaled(Double)
Evaluates the derivative of the Airy function Bi(x)
scaled to be of the same order of magnitude over the entire domain.
public static double AiryBiPrimeScaled(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe value of the derivative of Bi(x) at x scaled by a factor Exp(-(2/3)x^(3/2))) when x > 0.