对于 C++ 来说,最好的(速度)任意精度库是什么?
我需要可用于 C++ 的最快库。我的平台是支持浮点的 x86 和 x86-64。
I need the fastest library that is available for C++. My platform will be x86 and x86-64 which supports floating points.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
GMPLIB
GMP 是一个用于任意精度算术的免费库,在签名的...基于 C++ 类的接口上运行上述所有内容。
GMPLIB
GMP is a free library for arbitrary precision arithmetic, operating on signed ... C++ class based interface to all of the above.