Calculate factorials (n!) with step-by-step solutions, factorial properties, and real-world applications
Enter a non-negative integer (0 ≤ n ≤ 170)
A factorial of a non-negative integer n, denoted by n!, is the product of all positive integers less than or equal to n.
n! = n × (n-1) × (n-2) × ... × 2 × 1
Counting arrangements, permutations, and combinations in mathematics and computer science.
Calculating probabilities in games, statistics, and risk analysis.
Algorithm analysis, recursive functions, and computational complexity.
Statistical mechanics, quantum mechanics, and molecular arrangements.