Factorial Calculator
Calculate factorial (n!) and double factorial (n!!). Useful for permutations, combinations, and mathematical calculations.
Inputs
Results
Factorial (n!)
120
Double Factorial (n!!)15
How to Use This Calculator
- Enter a non-negative integer n in the Number field; n! is defined as 1 Γ 2 Γ 3 Γ β¦ Γ n, with 0! = 1.
- Factorial grows extremely fast β n = 20 gives 2.4 Γ 10ΒΉβΈ, so very large inputs return scientific notation.
- Double Factorial (n!!) multiplies only every other integer: for odd n, n!! = n Γ (nβ2) Γ β¦ Γ 3 Γ 1.
- Factorials are the foundation of permutations (P(n,r) = n!/(nβr)!) and combinations (C(n,r) = n!/(r!(nβr)!)).
- Non-negative integers only β negative inputs and decimals are not supported by standard factorial.
Ad Placeholder
Formula
n! = n Γ (n-1) Γ (n-2) Γ ... Γ 2 Γ 1Related Calculators
Ad Placeholder