add a link

This commit is contained in:
Fredrik Johansson 2016-03-10 12:31:28 +01:00
parent cda7f0503a
commit 2330eae68a

View file

@ -141,16 +141,20 @@ on building and installing Arb directly from the source code.
Arb might also be available (or coming soon) as a package for
your Linux distribution.
SageMath <http://sagemath.org/> includes Arb as a standard package
SageMath (<http://sagemath.org/>) includes Arb as a standard package
and contains a high-level Python interface. See the SageMath documentation
for RealBallField (http://doc.sagemath.org/html/en/reference/rings_numerical/sage/rings/real_arb.html)
and ComplexBallField (http://doc.sagemath.org/html/en/reference/rings_numerical/sage/rings/complex_arb.html).
Nemo <http://nemocas.org/> is a computer algebra package for
Nemo (<http://nemocas.org/>) is a computer algebra package for
the Julia programming language which includes a high-level
Julia interface to Arb. The Nemo installation script will
create a local installation of Arb along with other dependencies.
An experimental standalone Python interface to FLINT and Arb is also available
(<https://github.com/fredrik-johansson/python-flint>).
A separate wrapper of transcendental functions for use with the
C99 `complex double` type is available
(<https://github.com/fredrik-johansson/arbcmath>).