logFactorial

Computes the natural logarithm of the factorial operator. ln(n!)

Return

the log of the factorial

Parameters

n

The value to be operated on.


Computes the natural logarithm of the factorial operator. ln(n!)

Return

the natural log of the factorial

Parameters

n

The value to be operated on.