how i can calculate receiving a number K, K return the next prime number greater than 2 ^ 57 + 1 ? some 1 can help me with that ?
Asked
Active
Viewed 164 times
0
-
How does the value of `K` correspond to the return value? – Oliver Charlesworth Sep 22 '11 at 01:04
-
like 5 .. 5 primes numbers greater than 2 ^ 57 + 1 – forFun Sep 22 '11 at 01:06
-
Google for miller-rabin python implementation. – President James K. Polk Sep 22 '11 at 01:41