equals to fact(n) / ( fact(k) * fact( n-k ) )
factorial
equals to fact(n) / fact(n-k)
See Source File