]> www.ginac.de Git - cln.git/commitdiff
Update to recently found large Mersenne prime. master
authorRichard Kreckel <kreckel@ginac.de>
Mon, 21 Oct 2024 21:42:44 +0000 (23:42 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 21 Oct 2024 21:42:44 +0000 (23:42 +0200)
examples/perfnum.cc

index df5af06c5c8577fe7cb69d5bf16845004ab5e147..83f9706f3b0497a7983fc0a3c6a535adf6d8b6e8 100644 (file)
@@ -11,7 +11,7 @@ int main ()
        // previous ones were 1257787, 1398269, 2976221, 3021377, 6972593,
        // 13466917, 20996011, 24036583, 25964951, 30402457, 32582657, 37156667,
        // 42643801, 43112609, 57885161, 74207281, 77232917, 82589933
-       int p = 82589933;
+       int p = 136279841;
        cl_I x = (((cl_I)1 << p) - 1) << (p-1);
        cout << x << endl;
 }