mirror of
https://github.com/vale981/arb
synced 2025-03-06 09:51:39 -05:00
98 lines
2.1 KiB
ReStructuredText
98 lines
2.1 KiB
ReStructuredText
Welcome to Arb's documentation!
|
|
===============================
|
|
|
|
.. only:: latex
|
|
|
|
Introduction
|
|
::::::::::::
|
|
|
|
Arb is a C library for arbitrary-precision floating-point ball arithmetic,
|
|
developed by `Fredrik Johansson <http://fredrikj.net/>`_
|
|
(fredrik.johansson@gmail.com).
|
|
It supports real and complex numbers, polynomials, power series, matrices,
|
|
and evaluation of many transcendental functions.
|
|
All is done with automatic, rigorous error bounds.
|
|
|
|
The git repository is https://github.com/fredrik-johansson/arb/
|
|
|
|
The documentation website is http://fredrikj.net/arb/
|
|
|
|
.. only:: html
|
|
|
|
.. image:: _static/arbtext.png
|
|
|
|
Arb is a C library for arbitrary-precision floating-point ball arithmetic,
|
|
developed by `Fredrik Johansson <http://fredrikj.net/>`_
|
|
(fredrik.johansson@gmail.com).
|
|
It supports real and complex numbers, polynomials, power series, matrices,
|
|
and evaluation of many transcendental functions.
|
|
All is done with automatic, rigorous error bounds.
|
|
|
|
The git repository is https://github.com/fredrik-johansson/arb/
|
|
|
|
The documentation website is http://fredrikj.net/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
|
|
acb_hypgeom.rst
|
|
acb_modular.rst
|
|
bernoulli.rst
|
|
hypgeom.rst
|
|
partitions.rst
|
|
|
|
Algorithms and proofs
|
|
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
constants.rst
|
|
gamma.rst
|
|
polylogarithms.rst
|
|
|
|
Module documentation (Arb 1.x types)
|
|
::::::::::::::::::::::::::::::::::::
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
fmpr.rst
|
|
fmprb.rst
|
|
|
|
Credits and references
|
|
::::::::::::::::::::::::
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
credits.rst
|
|
|