QuickFreeTools

Online Factorial Calculator

Calculate n! (n factorial) for non-negative integers. n! = n × (n-1) × … × 1; 0! = 1.

Frequently Asked Questions

What is factorial?
For a non-negative integer n, n! = n × (n-1) × (n-2) × … × 1. By definition, 0! = 1.
Why is there a limit?
Factorials grow very fast. We limit input to avoid overflow (e.g. n ≤ 170 for approximate double precision).

Related Calculators