No description
Find a file
2012-05-27 19:38:26 +02:00
mpr continuation of last commit, adding addition 2012-05-27 19:38:26 +02:00
mprb continuation of last commit, adding addition 2012-05-27 19:38:26 +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 continuation of last commit, adding addition 2012-05-27 19:38:26 +02:00
mpn_inlines.h start of a low-level implementation 2012-05-21 15:33:29 +02:00
mpr.h continuation of last commit, adding addition 2012-05-27 19:38:26 +02:00
mprb.h continuation of last commit, adding addition 2012-05-27 19:38:26 +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.