2013-01-26 21:22:36 +01:00
|
|
|
Arb is a C library for high-performance arbitrary-precision floating-point ball
|
|
|
|
(mid-rad interval) arithmetic. It supports complex numbers, polynomials,
|
|
|
|
matrices, and evaluation of special functions, all with rigorous error
|
|
|
|
bounding.
|
|
|
|
|
|
|
|
Arb depends on FLINT (http://flintlib.org/), MPIR (http://mpir.org)
|
2013-05-31 19:40:05 +02:00
|
|
|
and MPFR (http://mpfr.org). It can be built as a standalone library,
|
|
|
|
or as part of FLINT as an optional extension package.
|
2012-04-05 15:57:19 +02:00
|
|
|
|
2012-10-11 13:09:44 +02:00
|
|
|
For documentation and additional details, see: http://fredrikj.net/arb/
|
2012-09-14 13:14:01 +02:00
|
|
|
|
2012-09-26 14:22:47 +02:00
|
|
|
Development updates are occasionally posted to: http://fredrikj.net/blog/
|
|
|
|
|
2013-05-06 13:48:14 +01:00
|
|
|
Bug reports, feature requests and other comments are welcome on the
|
|
|
|
FLINT mailing list: flint-devel@googlegroups.com
|
|
|
|
|
2012-04-05 15:57:19 +02:00
|
|
|
Author: Fredrik Johansson <fredrik.johansson@gmail.com>
|
|
|
|
|
|
|
|
The build scripts are copied from FLINT and were written by Bill Hart.
|