Special.LogGamma(Double, Int32) Method

Evaluates the natural logarithm of the Gamma function and returns the sign as an out parameter.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double LogGamma(
	double x,
	out int sign
)

Parameters

x  Double
A real number.
sign  Int32
On return, the sign of the Gamma function at x

Return Value

Double
The logarithm of the Gamma function.

See Also