No description
Find a file
2012-05-16 02:51:41 +02:00
arb include error analysis 2012-04-19 13:02:05 +02:00
arb_poly enhancements to log/exp series; general zeta_ui; series expansion of log gamma 2012-04-17 12:45:59 +02:00
experimental some experimental code for low-level arithmetic 2012-05-16 02:51:41 +02:00
mpr preliminary log_basecase 2012-05-02 12:01:00 +02:00
ufloat add arb_log and related functions 2012-04-11 09:28:34 +02:00
arb.h native implementation of Euler product for zeta(n) 2012-04-19 12:59:19 +02:00
arb_poly.h enhancements to log/exp series; general zeta_ui; series expansion of log gamma 2012-04-17 12:45:59 +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 experimental exp() code 2012-04-30 12:58:08 +02:00
mpr.h experimental exp() code 2012-04-30 12:58:08 +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.