当我对GMP库中的MPQ变量调用get_d()时,最多只能得到六位数字。
我发现为什么六位数是标准的-
double bignumber = 12.32576158213; cout << setprecision(10); cout << bignumber << endl;