Function Factorial-Exact

Part of:

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

Returns the factorial of n,&#39; which should be an integer. The result will<br> returned as an integer or bignum. This implementation is exact, but is more<br> computationally expensive than factorial,' which is to be preferred.