Click or drag to resize

SpecialFunctionsLogGamma Method

Computes the natural logarithm of the Gamma function.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static double LogGamma(
	double x
)

Parameters

x
Type: SystemDouble
The argument at which the function must be evaluated.

Return Value

Type: Double
The value taken on by the function.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionx is not positive.
See Also