Click or drag to resize

SpecialFunctionsAiryBiScaled Method

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

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

Public methodStatic memberAiryBiScaled(Double) Returns the exponentially scaled Airy function Bi.

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

Top
See Also