factorial 0.2.1

Convenient methods to compute the factorial, optionally checked.
Documentation

Compute the factorial

This crate provides some convenient and safe methods to compute the factorial naively.

They are not necessarily the fastest versions: there are prime sieve methods that compute the factorial in O(n (log n loglog n)^2) time. Patches are welcome.