+2005-02-27 Richard B. Kreckel <kreckel@ginac.de>
+
+ * examples/perfnum.cc: update to presumed 42st Mersenne prime.
+
2004-11-28 Richard B. Kreckel <kreckel@ginac.de>
Disambiguate binary operators of CLN types with float/double
int main ()
{
- // previous ones were 1257787, 1398269, 2976221, 3021377, 6972593, 13466917, 20996011
- int p = 24036583;
+ // previous ones were 1257787, 1398269, 2976221, 3021377, 6972593, 13466917, 20996011, 24036583
+ int p = 25964951;
cl_I x = (((cl_I)1 << p) - 1) << (p-1);
cout << x << endl;
}