arb/README
2012-10-11 13:09:44 +02:00

14 lines
595 B
Text

Arb is an experimental C library implementing arbitrary-precision ball
arithmetic, polynomials and matrices on top of FLINT (http://flintlib.org/).
Planned features include complex numbers and fast computation of special
functions. The project might get merged back into FLINT when the code
stabilizes in the future.
For documentation and additional details, see: http://fredrikj.net/arb/
Development updates are occasionally posted to: http://fredrikj.net/blog/
Author: Fredrik Johansson <fredrik.johansson@gmail.com>
The build scripts are copied from FLINT and were written by Bill Hart.