No description
Find a file
2012-09-21 13:53:20 +02:00
doc refactor into more fmpr helper functions 2012-09-21 13:52:39 +02:00
fmpr refactor into more fmpr helper functions 2012-09-21 13:53:20 +02:00
fmprb fix sqrt bound being 2x too large 2012-09-20 18:49:16 +02:00
fmprb_poly refactor into more fmpr helper functions 2012-09-21 13:53:20 +02:00
configure fix hardcoded path 2012-09-16 01:51:40 +02:00
fmpr.h refactor into more fmpr helper functions 2012-09-21 13:53:20 +02:00
fmprb.h further cleanup 2012-09-20 15:51:49 +02:00
fmprb_poly.h fixes, tests and docs for exp_series 2012-09-21 13:09:38 +02:00
gpl-2.0.txt first commit 2012-04-05 15:57:19 +02:00
Makefile.in start of a ball polynomial type 2012-09-04 12:56:29 +02:00
README point to documentation 2012-09-14 13:14:01 +02:00
todo.txt add a first todo.txt 2012-09-06 15:50:57 +02:00

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.

For documentation and additional details, see: http://fredrikj.net/arb/doc.html

Author: Fredrik Johansson <fredrik.johansson@gmail.com>

The build scripts are copied from FLINT and were written by Bill Hart.