arb/README

20 lines
835 B
Text
Raw Normal View History

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)
and MPFR (http://mpfr.org). It is currently built as a standalone library,
but in the future might become an extension module for FLINT.
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.