* 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