GammaRelatedGamma(Double, Boolean) Method |
Gamma(x) calculates the double precision complete Gamma function
for double precision argument x.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Gamma(
double x,
bool bDebug
)
Parameters
- x Double
- The function argument x.
- bDebug Boolean
- If true, an exception is thrown if serious errors occur. If false, NaN is returned on errors.
Return Value
DoubleThe Gamma function of the argument x.
Remarks This is a translation from the Fortran version of SLATEC, FNLIB,
CATEGORY C7A, REVISION 920618, originally written by Fullerton W.,(LANL)
to C++.
Series for GAM on the interval 0. to 1.00000E+00
with weighted error 5.79E-32
log weighted error 31.24
significant figures required 30.00
decimal places required 32.05
See Also