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