Evaluates the natural logarithm of the
Gamma function and returns the
sign as an
out parameter.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double LogGamma(
double x,
out int sign
)
Public Shared Function LogGamma (
x As Double,
<OutAttribute> ByRef sign As Integer
) As Double
public:
static double LogGamma(
double x,
[OutAttribute] int% sign
)
static member LogGamma :
x : float *
sign : int byref -> float
Parameters
- x
- Type: SystemDouble
A real number. - sign
- Type: SystemInt32
On return, the sign of the Gamma
function at x
Return Value
Type:
DoubleThe logarithm of the Gamma function.
Reference