No description
Find a file
2013-07-22 01:28:36 +02:00
bernoulli support gmp 2013-05-07 17:41:32 +01:00
doc some more general error bounding code for the Stirling series (work in progress) 2013-07-19 14:38:38 +02:00
elefun introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
fmpcb more simple interfaces for zeta functions; implement functional equation 2013-03-27 18:25:00 +01:00
fmpcb_mat introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
fmpcb_poly introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
fmpr add fmpr_set_d 2013-06-10 12:07:00 +02:00
fmprb introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
fmprb_mat introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
fmprb_poly fix lgamma_series; add test code 2013-07-22 01:28:36 +02:00
fmpz_extras add dummy file to make sure fmpz_extras isn't empty 2013-05-11 18:15:53 +01:00
fmpz_holonomic sublinear evaluation of nth entry mod p 2012-10-18 12:29:11 +02:00
gamma bugfix 2013-07-22 01:28:16 +02:00
hypgeom don't use doubles for the hypgeom root bound 2013-03-27 15:07:18 +01:00
partitions optionally allow use of doubles in partitions 2013-06-10 14:53:52 +02:00
zeta introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
bernoulli.h disable TLS if disabled in flint 2013-04-27 21:07:57 +02:00
configure fix makefile bugs 2013-05-31 20:10:52 +02:00
elefun.h introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
fmpcb.h some more general error bounding code for the Stirling series (work in progress) 2013-07-19 14:38:38 +02:00
fmpcb_mat.h introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
fmpcb_poly.h introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
fmpr.h lgamma series expansion (work in progress; may still have bugs) 2013-07-19 16:51:48 +02:00
fmprb.h lgamma series expansion (work in progress; may still have bugs) 2013-07-19 16:51:48 +02:00
fmprb_mat.h introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00
fmprb_poly.h sin_cos_series, sin_series, cos_series 2013-07-17 22:42:56 +02:00
fmpz_extras.h add _fmpr_set_round_mpn, and simplify the implementation of fmpr_mul 2013-05-24 17:26:54 +02:00
fmpz_holonomic.h sublinear evaluation of nth entry mod p 2012-10-18 12:29:11 +02:00
gamma.h lgamma series expansion (work in progress; may still have bugs) 2013-07-19 16:51:48 +02:00
gpl-2.0.txt first commit 2012-04-05 15:57:19 +02:00
hypgeom.h move hypgeom code to its own module, +improvements and docs 2013-01-23 15:54:38 +01:00
Makefile.in fix makefile bugs 2013-05-31 20:10:52 +02:00
partitions.h optionally allow use of doubles in partitions 2013-06-10 14:53:52 +02:00
README some documentation updates 2013-05-31 19:40:05 +02:00
todo.txt sin_cos_series, sin_series, cos_series 2013-07-17 22:42:56 +02:00
zeta.h introduce fmprb_ptr, fmprb_srcptr, fmpcb_ptr, fmpcb_srcptr typedefs 2013-07-17 20:18:15 +02:00

Arb is a C library for high-performance arbitrary-precision floating-point ball
(mid-rad interval) arithmetic. It supports complex numbers, polynomials,
matrices, and evaluation of special functions, all with rigorous error
bounding.

Arb depends on FLINT (http://flintlib.org/), MPIR (http://mpir.org)
and MPFR (http://mpfr.org). It can be built as a standalone library,
or as part of FLINT as an optional extension package.

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

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

Bug reports, feature requests and other comments are welcome on the
FLINT mailing list: flint-devel@googlegroups.com

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

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