  | SpecialFunctionsGammaLn Method | 
            THe natural log of the gamma function.  A Double.NaN is return for all x = { 0, -1, -2, ... }. 
            and for all other negative values the real part is returned.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double GammaLn(
	double x
)
Public Shared Function GammaLn ( 
	x As Double
) As Double
public:
static double GammaLn(
	double x
)
static member GammaLn : 
        x : float -> float Parameters
- x  Double
 - A point on the x-axis.
 
Return Value
DoubleThe natural log of the gamma function at 
x.
See Also