SpecialFunctionsAiryBiPrimeScaled(Complex) Method |
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).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex AiryBiPrimeScaled(
Complex z
)
Parameters
- z Complex
- The value to compute the derivative of the Airy function of.
Return Value
ComplexThe exponentially scaled derivative of the Airy function Bi.
See Also