No description
Find a file
2012-12-26 11:26:43 +01:00
bernoulli initialize variables 2012-12-19 20:03:15 +01:00
doc refine fmprb test functions; add gamma/rgamma/lgamma with test code 2012-12-22 21:29:11 +01:00
fmpcb fix an off-by-one error 2012-12-26 11:26:43 +01:00
fmpcb_mat add the fmpcb_mat module, and various helper functions 2012-11-07 16:07:22 +01:00
fmpcb_poly add fmprb_contains and versions; fix a bug; test code for find_roots 2012-11-16 15:12:54 +01:00
fmpr arithmetic for complex polynomials 2012-11-08 15:49:44 +01:00
fmprb refine fmprb test functions; add gamma/rgamma/lgamma with test code 2012-12-22 21:29:11 +01:00
fmprb_mat add the fmpcb_mat module, and various helper functions 2012-11-07 16:07:22 +01:00
fmprb_poly add fmprb_poly_set_si 2012-12-11 15:32:31 +01:00
fmpz_holonomic sublinear evaluation of nth entry mod p 2012-10-18 12:29:11 +02:00
bernoulli.h faster Bernoulli number generation 2012-12-19 14:04:00 +01:00
configure fix hardcoded path 2012-09-16 01:51:40 +02:00
fmpcb.h error bounding for zeta series 2012-12-04 14:18:01 +01:00
fmpcb_mat.h add the fmpcb_mat module, and various helper functions 2012-11-07 16:07:22 +01:00
fmpcb_poly.h add fmprb_contains and versions; fix a bug; test code for find_roots 2012-11-16 15:12:54 +01:00
fmpr.h add fmprb_get_unique_fmpz 2012-12-18 11:36:54 +01:00
fmprb.h refine fmprb test functions; add gamma/rgamma/lgamma with test code 2012-12-22 21:29:11 +01:00
fmprb_mat.h add fmprb_mat_pow_ui, contains_fmpz_mat 2012-10-18 10:39:30 +02:00
fmprb_poly.h add fmprb_poly_set_si 2012-12-11 15:32:31 +01:00
fmpz_holonomic.h sublinear evaluation of nth entry mod p 2012-10-18 12:29:11 +02:00
gpl-2.0.txt first commit 2012-04-05 15:57:19 +02:00
Makefile.in faster Bernoulli number generation 2012-12-19 14:04:00 +01:00
README some text changes; call this 0.3 2012-11-07 18:25:32 +01:00
todo.txt some text changes; call this 0.3 2012-11-07 18:25:32 +01:00

Arb is an experimental C library implementing arbitrary-precision ball
arithmetic, polynomials and matrices on top of FLINT (http://flintlib.org/).
The project might get merged back into FLINT when the code
stabilizes in the future.

For documentation and additional details, see: http://fredrikj.net/arb/

Development updates are occasionally posted to: http://fredrikj.net/blog/

Author: Fredrik Johansson <fredrik.johansson@gmail.com>

The build scripts are copied from FLINT and were written by Bill Hart.