< Previous Next >

Factorial !

Factorial "!"

Used primarily in combinatorics

a! = a · (a-1) · (a-2) · … · 1
Example

10! = 10 · 9 · 8 · 7 · 6 · 5 · 4 · 3 · 2 · 1 = 3628800
5! = 5 · 4 · 3 · 2 · 1 = 120

10 ! 5 ! = 10 9 8 7 6