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
)
Public Shared Function LogGamma (
x As DoubleDouble
) As DoubleDouble
public:
static DoubleDouble LogGamma(
DoubleDouble x
)
static member LogGamma :
x : DoubleDouble -> DoubleDouble
Parameters
- x
- Type: Meta.Numerics.ExtendedDoubleDouble
The argument, which must be non-negative.
Return Value
Type:
DoubleDoubleThe value of ln(Γ(x)).
Exceptions See Also