BesselRelatedAiryExpBi(Double, Boolean) Method |
AiryExpBi(x) calculates the double precision Airy function of the
second kind or the double precision exponentially scaled Airy
function of the second kind, depending on the value of the
double precision argument x. Returns
Bi(x) for x <= 0.0
Bi(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 AiryExpBi(
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 of the
second kind or the exponentially scaled Airy
function of the second kind, depending on the value of the
argument x.
See Also