Calculate the factorial of any number quickly and easily.
Enter a non-negative integer to compute its factorial instantly.
The factorial of a non-negative integer \( n \) is the product of all positive integers less than or equal to \( n \). This calculator computes it using the formula:
For example, \( 5! = 5 \times 4 \times 3 \times 2 \times 1 = 120 \).