The Factorial calculator computes the factorial of an positive integer.
INSTRUCTIONS: Enter the following:
Factorial (n!): The calculator returns the factorial.
The factorial equation is:
n!=n∏k=1k, which is the expression for 1•2•3• ... (n-2)•(n-1 )•n , where n must be a non-negative number.
For large numbers, factorial can be approximated using Stirling's factorial approximation.