Click or drag to resize

AdvancedDoubleDoubleMathLogGamma Method

Computes the logarithm of the Gamma function with double double precision.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static DoubleDouble LogGamma(
	DoubleDouble x
)

Parameters

x
Type: Meta.Numerics.ExtendedDoubleDouble
The argument, which must be non-negative.

Return Value

Type: DoubleDouble
The value of ln(Γ(x)).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionx is less than zero.
See Also