SpecialFunctionsAiryAiScaled(Double) Method |
Returns the exponentially scaled Airy function Ai.
ScaledAiryAi(z) is given by Exp(zta) * AiryAi(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 double AiryAiScaled(
double z
)
Parameters
- z Double
- The value to compute the Airy function of.
Return Value
DoubleThe exponentially scaled Airy function Ai.
See Also