Cuban primes: Difference between revisions

Content added Content deleted
m (converted a (V) language "entry" to a sub-entry (using GMP).)
Line 274: Line 274:
The 100000th cuban prime is 1792617147127</pre>
The 100000th cuban prime is 1792617147127</pre>


==using GMP==
===using GMP===
So that we can go arbitrarily large, and it's faster to boot.
So that we can go arbitrarily large, and it's faster to boot.
<lang C>#include <gmp.h>
<lang C>#include <gmp.h>