Python-FLINT¶
Python extension module wrapping FLINT (Fast Library for Number Theory) and Arb (arbitrary-precision ball arithmetic). Features:
- Integers, rationals, integers mod n
- Real and complex numbers with rigorous error tracking
- Polynomials and matrices over all the above types
- Lots of mathematical functions
Author: Fredrik Johansson <fredrik.johansson@gmail.com>
Repository: https://github.com/fredrik-johansson/python-flint/