Factorial Calculator

Compute n! (the product 1 × 2 × … × n).

n! 720

Formula: n! = 1 × 2 × … × n

Step-by-step with your numbers:
1. Values used:
2. n = 6
3.
4. n! = 720
Did we solve your problem today?

The factorial multiplies all whole numbers up to n.

The math behind it

n! = 1 × 2 × 3 × … × n, with 0! defined as 1.

Worked example

6! = 720.

FAQ

Why does it grow so fast?

Each step multiplies by a larger number, so factorials explode quickly.