Calculate a Factorial
Factorial applies to non-negative integers and multiplies all positive integers up to n.
Formula: n! = product of integers from 1 through n; 0! = 1
Write the inputs in the form required by the formula and check the result with a small reference case. For equations and statistics, make sure the selected convention matches the problem you are solving.
Substitute the same inputs into the displayed formula and compare the calculated value with the result shown by the tool.