Best Free Online Developer Tools to Use in 2026
Aug 08, 2026
Calculate the factorial of any integer with step-by-step multiplication.
The factorial of a non-negative integer n, denoted n!, is the product of all positive integers less than or equal to n. For example, 5! = 5 × 4 × 3 × 2 × 1 = 120.
By convention, 0! = 1. This is defined as an empty product and is used in many mathematical formulas including combinations.
nPr (permutations) counts ordered arrangements where order matters. nCr (combinations) counts unordered selections where order does not matter. nPr = n!/(n-r)!, nCr = n!/(r!(n-r)!).
Related Tools
Blog
Aug 08, 2026
Aug 08, 2026
Aug 08, 2026
Aug 08, 2026
Aug 08, 2026
Jun 23, 2026