mirror of
https://github.com/vale981/arb
synced 2025-03-06 09:51:39 -05:00
49 lines
991 B
ReStructuredText
49 lines
991 B
ReStructuredText
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).
|
|
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.
|
|
|
|
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::
|
|
:maxdepth: 2
|
|
|
|
overview.rst
|
|
setup.rst
|
|
history.rst
|
|
|
|
Module documentation
|
|
::::::::::::::::::::
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
fmpr.rst
|
|
fmprb.rst
|
|
fmprb_poly.rst
|
|
fmprb_mat.rst
|
|
fmpcb.rst
|
|
fmpcb_poly.rst
|
|
fmpcb_mat.rst
|
|
bernoulli.rst
|
|
hypgeom.rst
|
|
fmpz_holonomic.rst
|
|
|
|
Credits and references
|
|
::::::::::::::::::::::::
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
credits.rst
|
|
|