What should I use for a BigInt class in .NET?

徘徊边缘 提交于 2019-11-29 11:03:44

You could try mine on codeplex: BigInteger

Or here's another: codeproject

F# has Microsoft.FSharp.Math.BigInt and Microsoft.FSharp.Math.BigNum.

Judah Gabriel Himango

Also, the J# library includes a BigInt type.

Thankfully, all this will be sorted out when the BCL finally ships a standardized BigInt.

UPDATE 2012 System.Numberics.BigInteger is now included in the .NET framework.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!