Special.AiryBiPrime Method

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

Definition

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

Parameters

x  Double
A real number.

Return Value

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

See Also