Factorials
This page lets you enter an integer and get back a factorial. It was written
just for fun, so don't look for too much from it.
This factorial is calculated using an iterative algorithm.
This table of factorials is calculated using a recursive algorithm.