arb/doc/source/index.rst

83 lines
1.6 KiB
ReStructuredText
Raw Normal View History

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).
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::
2013-05-31 20:47:08 +02:00
:maxdepth: 1
2012-10-11 13:09:44 +02:00
overview.rst
setup.rst
2013-08-06 14:10:45 +02:00
issues.rst
2012-10-11 13:09:44 +02:00
history.rst
2013-09-19 17:28:23 +01:00
examples.rst
2014-06-19 16:58:52 +02:00
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
2014-07-07 05:37:28 +02:00
Algorithms and proofs
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
.. toctree::
:maxdepth: 1
2014-07-10 01:52:41 +02:00
constants.rst
elementary.rst
gamma.rst
2014-07-07 05:37:28 +02:00
polylogarithms.rst
2014-06-19 16:58:52 +02:00
Module documentation (extra modules for mathematical functions)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
.. toctree::
:maxdepth: 1
bernoulli.rst
hypgeom.rst
partitions.rst
elefun.rst
2012-10-11 13:09:44 +02:00
2014-05-26 14:05:43 +02:00
Module documentation (Arb 1.x types)
::::::::::::::::::::::::::::::::::::
2012-10-11 13:09:44 +02:00
.. toctree::
:maxdepth: 1
2012-10-11 13:09:44 +02:00
fmpr.rst
fmprb.rst
2014-05-08 14:48:36 +02:00
2012-10-11 13:09:44 +02:00
Credits and references
::::::::::::::::::::::::
.. toctree::
:maxdepth: 2
2012-10-11 13:09:44 +02:00
credits.rst