2012-10-11 13:09:44 +02:00
|
|
|
Welcome to Arb's documentation!
|
|
|
|
===============================
|
|
|
|
|
|
|
|
Arb is a C library for arbitrary-precision
|
|
|
|
floating-point ball arithmetic, developed by
|
|
|
|
Fredrik Johansson (fredrik.johansson@gmail.com).
|
2012-11-29 15:58:26 +01:00
|
|
|
It supports efficient high-precision computation with polynomials, power series, matrices
|
|
|
|
and special functions over the real and complex numbers, with automatic, rigorous error control.
|
2012-10-11 13:09:44 +02:00
|
|
|
|
|
|
|
The git repository is https://github.com/fredrik-johansson/arb/
|
|
|
|
|
|
|
|
A `PDF version <http://fredrikj.net/arb/arb.pdf>`_ of this documentation
|
|
|
|
is available.
|
|
|
|
|
|
|
|
General information
|
|
|
|
::::::::::::::::::::
|
|
|
|
|
|
|
|
.. toctree::
|
2012-12-03 10:59:32 +01:00
|
|
|
:maxdepth: 2
|
2012-10-11 13:09:44 +02:00
|
|
|
|
|
|
|
overview.rst
|
|
|
|
setup.rst
|
|
|
|
history.rst
|
|
|
|
|
|
|
|
Module documentation
|
|
|
|
::::::::::::::::::::
|
|
|
|
|
|
|
|
.. toctree::
|
2012-12-03 10:59:32 +01:00
|
|
|
:maxdepth: 2
|
2012-10-11 13:09:44 +02:00
|
|
|
|
|
|
|
fmpr.rst
|
|
|
|
fmprb.rst
|
|
|
|
fmprb_poly.rst
|
|
|
|
fmprb_mat.rst
|
2012-10-16 10:27:05 +02:00
|
|
|
fmpcb.rst
|
|
|
|
fmpcb_poly.rst
|
2012-11-07 16:07:22 +01:00
|
|
|
fmpcb_mat.rst
|
2012-10-12 19:03:21 +02:00
|
|
|
fmpz_holonomic.rst
|
2012-10-11 13:09:44 +02:00
|
|
|
|
|
|
|
Credits and references
|
|
|
|
::::::::::::::::::::::::
|
|
|
|
|
|
|
|
.. toctree::
|
2012-12-03 10:59:32 +01:00
|
|
|
:maxdepth: 2
|
2012-10-11 13:09:44 +02:00
|
|
|
|
|
|
|
credits.rst
|
2012-11-29 15:58:26 +01:00
|
|
|
|