Skip to main content
Calcimator

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
  1. Enter a non-negative integer n in the Number field; n! is defined as 1 Γ— 2 Γ— 3 Γ— … Γ— n, with 0! = 1.
  2. Factorial grows extremely fast β€” n = 20 gives 2.4 Γ— 10¹⁸, so very large inputs return scientific notation.
  3. Double Factorial (n!!) multiplies only every other integer: for odd n, n!! = n Γ— (nβˆ’2) Γ— … Γ— 3 Γ— 1.
  4. Factorials are the foundation of permutations (P(n,r) = n!/(nβˆ’r)!) and combinations (C(n,r) = n!/(r!(nβˆ’r)!)).
  5. Non-negative integers only β€” negative inputs and decimals are not supported by standard factorial.
Ad Placeholder

Formula

n! = n Γ— (n-1) Γ— (n-2) Γ— ... Γ— 2 Γ— 1

Related Calculators

Ad Placeholder