You are viewing a single comment's thread. Return to all comments →
I wanted to use the NCR formula to count permutations, which uses factorials.
100! is a very big number. (9e157)
Luckily c# has the arbitrary System.Numerics.BigInteger
Seems like cookies are disabled on this browser, please enable them to open this website
Sherlock and Anagrams
You are viewing a single comment's thread. Return to all comments →
I wanted to use the NCR formula to count permutations, which uses factorials.
100! is a very big number. (9e157)
Luckily c# has the arbitrary System.Numerics.BigInteger