for more information visit the package's GitHub page
Package contains the following modules:
Arithmetic
: Elm library for integer arithmetic and number theoryImplements some useful functions involving: Parity and modular arithmetic Base conversion Squares and cubes Divisors, GCD, LCM The Chinese Remainder Theorem Prime sieves and prime checking (Miller–Rabin)
Released under the BSD3 license.