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?
It is just for definition of ! function 0=1! And n!=(n-1)!n
Factorial is about permutation without repetitions of $n$ objects.
Imagine you have $0$ objects.
How many possible permutations of those $0$ objects can you make? Just one.
$$0! = 1$$
– Enrico M. Jan 28 '16 at 12:53
Imagine you have $0$ objects.
How many possible permutations of those $0$ objects can you make? Just one.
$$0! = 1$$
– Enrico M. Jan 28 '16 at 12:53