Why is 0 factorial 1? [duplicate]
Sophia Terry
n factorial is product of all numbers between n and 1.
0 factorial is (0 * 1 = 0).
Why is 0 factorial 1?
How can I proof this in mathematical way?
$\endgroup$ 21 Answer
$\begingroup$It is just for definition of ! function 0=1! And n!=(n-1)!n
$\endgroup$ 3