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