update readme

This commit is contained in:
Fredrik Johansson 2012-09-26 14:22:47 +02:00
parent 30949eedc1
commit ab090b3e75

8
README
View file

@ -1,7 +1,13 @@
This is an experimental C library implementing arbitrary-precision ball arithmetic on top of FLINT (http://flintlib.org/). Planned future additions include more functions, complex numbers, polynomial balls, and matrix balls. When the code stabilizes, it might get merged back into FLINT.
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/doc.html
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.