* First version as bm.integer-math * new doc location is * https://grscheller.github.io/boring-math-docs/
0.4.7
* Some minor additions * consistency changes across all grscheller namespace PyPI repos
0.4.6
* removed docs from repo * docs for all grscheller namespace projects maintained here * https://grscheller.github.io/grscheller-pypi-namespace-docs/
0.4.4.5
* preparing to add more composite number tests * primality tests based on Wilson's theorem * becomes too slow when calculation starts using BigInts * added number theory symbols functions * implemented: `legendre_symbol(a, p)` * implemented: `jacobi_symbol(a, n)`
0.4.4.4
* re-implemented function primes * no longer using sieve of Eratosthenes algorithm * now using Wilson's theorem and incremental factorial generation
0.4.4
* removed MathJax expressions * not worth the increased maintenance * can get almost the same results using `expresions` and unicode