Evaluates the derivative of the Airy function Bi(x).
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double AiryBiPrime(
double x
)
Public Shared Function AiryBiPrime (
x As Double
) As Double
public:
static double AiryBiPrime(
double x
)
static member AiryBiPrime :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe value of the derivative of
Bi(x) at
x.
Reference