mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
No description
mpr | ||
mprb | ||
ufloat | ||
configure | ||
gpl-2.0.txt | ||
Makefile.in | ||
mpn_inlines.h | ||
mpr.h | ||
mprb.h | ||
README | ||
ufloat.h |
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.