No description
Find a file
2012-04-11 10:36:09 +02:00
arb add arb_log and related functions 2012-04-11 09:28:34 +02:00
arb_poly add arb_log and related functions 2012-04-11 09:28:34 +02:00
ufloat add arb_log and related functions 2012-04-11 09:28:34 +02:00
arb.h add arb_log and related functions 2012-04-11 09:28:34 +02:00
arb_poly.h add derivative, integral, in-progress series log, exp 2012-04-08 20:39:07 +02:00
configure first commit 2012-04-05 15:57:19 +02:00
gpl-2.0.txt first commit 2012-04-05 15:57:19 +02:00
Makefile.in add an experimental ufloat module, for low-precision magnitude bounding 2012-04-10 11:44:26 +02:00
README first commit 2012-04-05 15:57:19 +02:00
ufloat.h add utility function 2012-04-11 10:36:09 +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.