BesselRelatedAiryExpAi(Double, Boolean) Method |
AiryExpAi(x) calculates the Airy function or the exponentially scaled
Airy function depending on the value of the argument. The function
and argument are both double precision. Returns
Ai(x) for x <= 0.0
Ai(x) * exp(2/3 * x^(3/2)) for x >= 0.0.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double AiryExpAi(
double x,
bool bDebug
)
Parameters
- x Double
- The function argument.
- bDebug Boolean
- If true, an exception is thrown if serious errors occur. If false, NaN is returned on errors.
Return Value
DoubleAiry function or the exponentially scaled
Airy function depending on the value of the argument.
See Also