mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
No description
bernoulli | ||
doc | ||
fmpcb | ||
fmpcb_mat | ||
fmpcb_poly | ||
fmpr | ||
fmprb | ||
fmprb_mat | ||
fmprb_poly | ||
fmpz_extras | ||
fmpz_holonomic | ||
gamma | ||
hypgeom | ||
bernoulli.h | ||
configure | ||
fmpcb.h | ||
fmpcb_mat.h | ||
fmpcb_poly.h | ||
fmpr.h | ||
fmprb.h | ||
fmprb_mat.h | ||
fmprb_poly.h | ||
fmpz_extras.h | ||
fmpz_holonomic.h | ||
gamma.h | ||
gpl-2.0.txt | ||
hypgeom.h | ||
Makefile.in | ||
README | ||
todo.txt |
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 is currently built as a standalone library, but in the future might become an extension module for FLINT. 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.