Number-Theory is a package collecting the integer library I build up to solve Project Euler problems.
At the moment it contains:
- Combinatorics: binomial coefficient computation
- Integer square root
- Modular arithmetic
- Primes algorithms: an optimised Sieve of Eratosthenes
MIT