Calculate the factorial of any non-negative integer n. Shows exact results for n! up to 170.
More free utilities you might find useful
Quick answers to common questions
n! (n factorial) is the product of all positive integers from 1 to n. By definition, 0! = 1.
This calculator supports n from 0 to 170. Beyond 170, factorials exceed JavaScript number limits.
It is a mathematical convention that makes combinatorics formulas work correctly. 0! = 1 by definition.
Yes. All computation happens in your browser.
Your data is processed entirely in your browser. Nothing is sent to any server.