Find the factorial of a number.
a number
denominator factorial [0]
P(n, k); k=0: n!, k>0: n!/k!
Generated using TypeDoc
Find the factorial of a number.