public static double LogDoubleFactorial(
int n
)
Public Shared Function LogDoubleFactorial (
n As Integer
) As Double
public:
static double LogDoubleFactorial(
int n
)
static member LogDoubleFactorial :
n : int -> float
This return value of this method will not overflow even for values of n for which n!! would overflow a Double.
ArgumentOutOfRangeException | n is negative. |