开发者

Recommendation on big integer calculation library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is开发者_StackOverflow中文版 not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 years ago.

Improve this question

Could your recommend some good big integer calculation library in C/C++/Java and it is better to support logarithmetic.

Thanks.


  • For C/C++ I would recommend the GNU Multiple Precision Library.
  • For Java you might check the built-in math API. It provides by far less functionality than GMP, but depending on what you need, it might meet your requirements.


Java has classes for that in java.math. (BigInteger for instance.)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜