Special.AiryAiPrime Method

Evaluates the derivative of the Airy function Ai(x).

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double AiryAiPrime(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The value of the derivative of Ai(x) at x.

See Also