No description
Find a file
2012-09-16 03:22:13 +02:00
doc add fmpr_pow_sloppy, for magnitude bounding 2012-09-16 03:22:13 +02:00
fmpr add fmpr_pow_sloppy, for magnitude bounding 2012-09-16 03:22:13 +02:00
fmprb add cmpabs, fix bugs, and simplify division error bounding 2012-09-14 12:38:43 +02:00
fmprb_poly fix some bugs and add more test code 2012-09-13 13:47:22 +02:00
configure fix hardcoded path 2012-09-16 01:51:40 +02:00
fmpr.h add fmpr_pow_sloppy, for magnitude bounding 2012-09-16 03:22:13 +02:00
fmprb.h fix some bugs and add more test code 2012-09-13 13:47:22 +02:00
fmprb_poly.h fix some bugs and add more test code 2012-09-13 13:47:22 +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.