The factorial of a non-negative integer n, written n!, multiplies every positive integer up to n: 5! = 5 × 4 × 3 × 2 × 1 = 120. Factorials count how many ways you can order n distinct objects and show up throughout permutations, series, and probability models.
This guide covers the definition, why 0! equals 1, the link to permutations, how fast factorials grow, and practical calculation tips including trailing zeros. For exact values and step-by-step expansion — including large n with BigInt-style results — open the free factorial calculator.
You will leave able to compute small n by hand, interpret 0!, and know when to switch from multiplication tables to a dedicated tool.