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.
Enter a number: Factorial:


This table of factorials is calculated using a recursive algorithm.