Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics.SpecialFunctions Namespace > GammaFunctions Class > Methods


Extreme Optimization Mathematics Library for .NET

GammaFunctions.LogGamma Method

Returns the natural logarithm of the Gamma function for the specified DoubleComplex number.

Overload List

Returns the natural logarithm of the Gamma function for the specified DoubleComplex number.

public static DoubleComplex LogGamma(DoubleComplex);

Returns the natural logarithm of the Gamma function for the specified number.

public static double LogGamma(double);

See Also

GammaFunctions Class | Extreme.Mathematics.SpecialFunctions Namespace