No description
Find a file
Fredrik Johansson ab090b3e75 update readme
2012-09-26 14:22:47 +02:00
doc start of a matrix module 2012-09-26 14:19:13 +02:00
fmpr refactor into more fmpr helper functions 2012-09-21 13:53:20 +02:00
fmprb add cos, sin, atan 2012-09-25 13:11:23 +02:00
fmprb_mat start of a matrix module 2012-09-26 14:19:13 +02:00
fmprb_poly add polynomial composition (Horner, divconquer) 2012-09-26 12:57:32 +02:00
configure fix hardcoded path 2012-09-16 01:51:40 +02:00
fmpr.h refactor into more fmpr helper functions 2012-09-21 13:53:20 +02:00
fmprb.h add cos, sin, atan 2012-09-25 13:11:23 +02:00
fmprb_mat.h start of a matrix module 2012-09-26 14:19:13 +02:00
fmprb_poly.h add polynomial composition (Horner, divconquer) 2012-09-26 12:57:32 +02:00
gpl-2.0.txt first commit 2012-04-05 15:57:19 +02:00
Makefile.in start of a matrix module 2012-09-26 14:19:13 +02:00
README update readme 2012-09-26 14:22:47 +02:00
todo.txt add a first todo.txt 2012-09-06 15:50:57 +02:00

Arb is an experimental C library implementing arbitrary-precision ball
arithmetic, polynomials and matrices on top of FLINT (http://flintlib.org/).
Planned features include complex numbers and fast computation of special
functions. 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/doc.html

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.