]> www.ginac.de Git - cln.git/commitdiff
* Update to newly found 39th mersenne prime.
authorRichard Kreckel <kreckel@ginac.de>
Thu, 6 Dec 2001 13:10:06 +0000 (13:10 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Thu, 6 Dec 2001 13:10:06 +0000 (13:10 +0000)
examples/perfnum.cc

index d317075aa447c8a03790078530895c3b9a497d28..45f3f3aa63d7047dd98606e721153c5f2605af19 100644 (file)
@@ -8,8 +8,8 @@ using namespace cln;
 
 int main ()
 {
-       // previous ones were 1257787, 1398269, 2976221, 3021377
-       int p = 6972593;
+       // previous ones were 1257787, 1398269, 2976221, 3021377, 6972593
+       int p = 13466917;
        cl_I x = (((cl_I)1 << p) - 1) << (p-1);
        cout << x << endl;
 }