Function Factorial-Ln

Part of:

package cl-mathstats
( factorial-ln < n > )

Returns the natural logarithm of n!; `n' should be an integer. The result
will be a single-precision, floating point number. The implementation follows
Numerical Recipes in C, section 6.1