Usage

How to installing the package

Install the project into your Python environment:

$ pip install boring-math-number-theory

Importing the modules

Import the functions from the number_theory module.

from boring_math.number_theory import gcd, lcm, coprime
from boring_math.number_theory import is_prime, primes, primes_wilson
from boring_math.number_theory import legendre_symbol, jacobi_symbol