Until BCL finally ships System.Numeric.BigInt, what do you guys use for arbitrary precision integers?
|
feedback
|
|
You could try mine on codeplex: BigInteger Or here's another: codeproject | |||
|
feedback
|
|
Also, the J# library includes a BigInt type. Thankfully, all this will be sorted out when the BCL finally ships a standardized BigInt. | |||
|
feedback
|
|
Have a look at | |||||||||
feedback
|