arb/README

15 lines
595 B
Text
Raw Normal View History

2012-09-26 14:22:47 +02:00
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.
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/
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.