在 BCL 最终发布System.Numeric.BigInt之前,你们用什么来处理任意精度整数?
ripper234
问问题
3559 次
4 回答
8
你可以在 codeplex 上试试我的:BigInteger
或者这里是另一个:codeproject
于 2009-02-20T00:10:29.513 回答
4
F# 有Microsoft.FSharp.Math.BigInt
和Microsoft.FSharp.Math.BigNum
。
于 2009-02-20T00:34:54.933 回答
3
值得庆幸的是,当 BCL 最终发布标准化的 BigInt 时,所有这些都会得到解决。
更新 2012 System.Numberics.BigInteger现在包含在 .NET 框架中。
于 2009-06-23T17:52:03.763 回答
1
于 2009-02-19T23:51:20.917 回答