No description
Find a file
2012-09-10 16:33:59 +02:00
fmpr add get/set_fmpz_2exp methods 2012-09-10 16:33:59 +02:00
fmprb add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +02:00
fmprb_poly use the fast zeta multi-evaluation algorithm 2012-09-10 10:35:11 +02:00
configure more functions, and first version of ball arithmetic 2012-09-01 23:32:52 +02:00
fmpr.h add get/set_fmpz_2exp methods 2012-09-10 16:33:59 +02:00
fmprb.h add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +02:00
fmprb_poly.h add exp_series_basecase 2012-09-08 18:48:12 +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 first commit 2012-04-05 15:57:19 +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.

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

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