Approach to calculating big Mersenne primes with arbitrary precision numbers.
-
Updated
Dec 13, 2017 - Python
Approach to calculating big Mersenne primes with arbitrary precision numbers.
A Mersenne prime is a prime number that is one less than a power of two. That is, it is a prime number of the form M_{n}=2^{n}-1 for some integer n.
Add a description, image, and links to the mersenne-numbers topic page so that developers can more easily learn about it.
To associate your repository with the mersenne-numbers topic, visit your repo's landing page and select "manage topics."