Usage ===== How to installing the package ----------------------------- Install the project into your Python environment: .. code:: console $ pip install boring-math-number-theory Importing the functions ----------------------- Import the functions from the ``number_theory`` module. .. code:: python from boring_math.number_theory import gcd, lcm, coprime from boring_math.number_theory import iSqrt, isSqr from boring_math.number_theory import is_prime, primes, primes_capped, primes_wilson from boring_math.number_theory import legendre_symbol, jacobi_symbol