Does .NET come with a class capable of representing extremely large integers, such as 100 factorial? If not, what are some good third party libraries to accomplish this?
Microsoft.FSharp.Math.Types.BigInt
It can represent any integer.