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/flintlib/python-flint/
.. toctree:: :maxdepth: 2 setup.rst general.rst
.. toctree:: :maxdepth: 1 fmpz.rst fmpq.rst fmpz_mod.rst nmod.rst fq_default.rst arb.rst acb.rst dirichlet.rst
.. toctree:: :maxdepth: 1 fmpz_mat.rst fmpq_mat.rst nmod_mat.rst fmpz_mod_mat.rst arb_mat.rst acb_mat.rst acb_theta.rst
.. toctree:: :maxdepth: 1 fmpz_poly.rst fmpq_poly.rst nmod_poly.rst fmpz_mod_poly.rst arb_poly.rst acb_poly.rst
.. toctree:: :maxdepth: 1 fmpz_series.rst fmpq_series.rst nmod_series.rst arb_series.rst acb_series.rst