No description
Find a file
Fredrik Johansson 1c7c141022 some fixes
2012-08-30 02:05:19 +02:00
mpr lots of changes 2012-08-29 07:14:04 +02:00
mprb some fixes 2012-08-30 02:05:19 +02:00
ufloat tidying; fix addition 2012-08-08 12:18:51 +02:00
configure lots of changes 2012-08-29 07:14:04 +02:00
gpl-2.0.txt first commit 2012-04-05 15:57:19 +02:00
Makefile.in semi-working mprb type based on mpr/mpfr + ufloat 2012-08-07 14:37:10 +02:00
mpn_inlines.h start of a low-level implementation 2012-05-21 15:33:29 +02:00
mpr.h lots of changes 2012-08-29 07:14:04 +02:00
mprb.h lots of changes 2012-08-29 07:14:04 +02:00
README first commit 2012-04-05 15:57:19 +02:00
ufloat.h tentative code for log 2012-08-08 15:58:06 +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.