Click or drag to resize

SpecialFunctionsAiryAiPrime(Double) Method

Returns the derivative of the Airy function Ai.

AiryAiPrime(z) is defined as d/dz AiryAi(z).


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double AiryAiPrime(
	double z
)

Parameters

z  Double
The value to compute the derivative of the Airy function of.

Return Value

Double
The derivative of the Airy function Ai.
See Also