编程语言
首页 > 编程语言> > boost::multiprecision模块将使用 fixed_int 的算术结果与 GMP 结果进行比较相关的测试程序

boost::multiprecision模块将使用 fixed_int 的算术结果与 GMP 结果进行比较相关的测试程序

作者:互联网

 

boost::multiprecision模块将使用 fixed_int 的算术结果与 GMP 结果进行比较相关的测试程序

 

实现功能

boost::multiprecision模块将使用 fixed_int 的算术结果与 GMP 结果进行比较相关的测试程序

C++实现代码
#ifdef _MSC_VER
#  define _SCL_SECURE_NO_WARNINGS
#endif
#include <boost/multiprecision/cpp_int.hpp>
int main(

 

标签:multiprecision,int,测试程序,fixed,GMP,boost
来源: https://blog.51cto.com/u_11929818/2955491