AdvancedDoubleDoubleMathLogGamma Method
            Computes the logarithm of the Gamma function with double double precision.
            
Namespace: Meta.Numerics.ExtendedAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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 
- x  DoubleDouble
- The argument, which must be non-negative.
DoubleDoubleThe value of ln(Γ(x)).