forked from flintlib/arb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
19 lines (13 loc) · 821 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 can be built as a standalone library,
or as part of FLINT as an optional extension package.
For documentation and additional details, see: http://fredrikj.net/arb/
Development updates are occasionally posted to: http://fredrikj.net/blog/
Bug reports, feature requests and other comments are welcome on the
FLINT mailing list: [email protected]
Author: Fredrik Johansson <[email protected]>
The build scripts are copied from FLINT and were written by Bill Hart.