7 projects
quadint
A quadint class, for using quadratic integers.
twosquares
A package for very efficiently decomposing a number n into all possible x**2 + y**2 = n solutions.
quatint
A quatint class, for using quaternions backed by integers and half-integers (Hurwitz integers).
splitcache
A type of split cache for number computation problems, caching low numbers and optionally some higher ones.
factorgen
A package for generating all factorizations sequentially given some primes. Can be paused and resumed.
pixmatch
A modern VisiPics replacement.
complexint
A complexint class, for using large complex numbers which exceed the precision offered by the builtin complex which uses doubles.