mirror of
https://github.com/vale981/arb
synced 2025-03-04 17:01:40 -05:00
No description
acb | ||
acb_calc | ||
acb_mat | ||
acb_poly | ||
arb | ||
arb_calc | ||
arb_mat | ||
arb_poly | ||
arf | ||
bernoulli | ||
doc | ||
elefun | ||
examples | ||
fmpr | ||
fmprb | ||
fmpz_extras | ||
hypgeom | ||
mag | ||
partitions | ||
acb.h | ||
acb_calc.h | ||
acb_mat.h | ||
acb_poly.h | ||
arb.h | ||
arb_calc.h | ||
arb_mat.h | ||
arb_poly.h | ||
arf.h | ||
bernoulli.h | ||
config.h | ||
configure | ||
elefun.h | ||
fmpr.h | ||
fmprb.h | ||
fmpz_extras.h | ||
gpl-2.0.txt | ||
hypgeom.h | ||
mag.h | ||
Makefile.in | ||
Makefile.subdirs | ||
partitions.h | ||
README |
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.