Factorial Calculator — n!

The Factorial Calculator computes n! (n factorial) — the product of all positive integers from 1 to n. Factorials grow astronomically fast and are fundamental in combinatorics, probability, statistics, and calculus. For example, 10! = 3,628,800 and 20! = 2,432,902,008,176,640,000.

Frequently Asked Questions

n! (n factorial) = n × (n-1) × (n-2) × ... × 2 × 1. For example, 5! = 5 × 4 × 3 × 2 × 1 = 120. By convention, 0! = 1.

Related Calculators