Click or drag to resize

SpecialFunctionsAiryBiPrimeScaled Method

Overload List
 NameDescription
Public methodStatic memberAiryBiPrimeScaled(Complex) Returns the exponentially scaled derivative of the Airy function Bi.

ScaledAiryBiPrime(z) is given by Exp(-Abs(zta.Real)) * AiryBiPrime(z) where zta = (2 / 3) * z * Sqrt(z).

Public methodStatic memberAiryBiPrimeScaled(Double) Returns the exponentially scaled derivative of the Airy function Bi.

ScaledAiryBiPrime(z) is given by Exp(-Abs(zta.Real)) * AiryBiPrime(z) where zta = (2 / 3) * z * Sqrt(z).

Top
See Also