Click or drag to resize

SpecialFunctionsAiryAiPrimeScaled(Complex) Method

Returns the exponentially scaled derivative of Airy function Ai

ScaledAiryAiPrime(z) is given by Exp(zta) * AiryAiPrime(z), where zta = (2/3) * z * Sqrt(z).


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

Parameters

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

Return Value

Complex
The exponentially scaled derivative of Airy function Ai.
See Also