An NDoc Documented Class Library

Gamma.LogGamma Method 

Returns the natural logarithm of the gamma function.

public static double LogGamma(
   double x
);

Parameters

x
The value.

Return Value

log of gamma.

Remarks

The implementation of this method is based on:

See Also

Gamma Class | numerics4net.special Namespace