mirror of
https://github.com/vale981/arb
synced 2025-03-06 09:51:39 -05:00
80 lines
1.5 KiB
ReStructuredText
80 lines
1.5 KiB
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: 1
|
|
|
|
overview.rst
|
|
setup.rst
|
|
issues.rst
|
|
history.rst
|
|
examples.rst
|
|
|
|
Module documentation (Arb 2.x types)
|
|
::::::::::::::::::::::::::::::::::::
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
mag.rst
|
|
arf.rst
|
|
arb.rst
|
|
arb_poly.rst
|
|
arb_mat.rst
|
|
arb_calc.rst
|
|
acb.rst
|
|
acb_poly.rst
|
|
acb_mat.rst
|
|
acb_calc.rst
|
|
|
|
Module documentation (extra modules for mathematical functions)
|
|
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
bernoulli.rst
|
|
hypgeom.rst
|
|
partitions.rst
|
|
elefun.rst
|
|
gamma.rst
|
|
zeta.rst
|
|
|
|
Module documentation (Arb 1.x types)
|
|
::::::::::::::::::::::::::::::::::::
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
fmpr.rst
|
|
fmprb.rst
|
|
fmprb_poly.rst
|
|
fmprb_mat.rst
|
|
fmprb_calc.rst
|
|
fmpcb.rst
|
|
fmpcb_poly.rst
|
|
fmpcb_mat.rst
|
|
fmpcb_calc.rst
|
|
|
|
Credits and references
|
|
::::::::::::::::::::::::
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
credits.rst
|
|
|