No description
Find a file
2012-04-08 20:39:07 +02:00
arb add an arb_poly module 2012-04-07 20:38:35 +02:00
arb_poly add derivative, integral, in-progress series log, exp 2012-04-08 20:39:07 +02:00
arb.h add an arb_poly module 2012-04-07 20:38:35 +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 arb_poly module 2012-04-07 20:38:35 +02:00
README first commit 2012-04-05 15:57:19 +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.