开发者

Recommendation on big integer calculation library [closed]

开发者 https://www.devze.com 2023-01-14 22:57 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is开发者_StackOverflow中文版 not currently accepting answers.
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

精彩评论

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

关注公众号