Special.Airy Bi Prime Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Airy | Evaluates the derivative of the Airy function Bi(z) for complex argument. |
Airy | Evaluates the derivative of the Airy function Bi(x). |
AiryBiPrime(Complex<Double>)
Evaluates the derivative of the Airy function Bi(z) for complex argument.
public static Complex<double> AiryBiPrime(
Complex<double> z
)
Parameters
Return Value
Complex<Double>The value of the derivative of Bi(x) at z.
AiryBiPrime(Double)
Evaluates the derivative of the Airy function Bi(x).
public static double AiryBiPrime(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe value of the derivative of Bi(x) at x.