arb: Arbitrary-precision floating-point ball arithmetic¶
Description¶
Arb is a C library for arbitrary-precision floating-point ball arithmetic, developed by Fredrik Johansson (fredrik.johansson@gmail.com). It supports efficient high-precision computation with polynomials, power series, matrices and special functions over the real and complex numbers, with automatic, rigorous error control.
License¶
GNU General Public License v2+
Upstream Contact¶
Dependencies¶
FLINT
MPIR or GMP
MPFR
Special Update/Build Instructions¶
Type¶
standard
Version Information¶
package-version.txt:
2.19.0.p0
Equivalent System Packages¶
arch:
$ sudo pacman -S arb-fp
conda:
$ conda install arb-fp
Debian/Ubuntu:
$ sudo apt-get install arb-fp
Fedora/Redhat/CentOS:
$ sudo yum install arb-fp
freebsd:
$ sudo pkg install arb-fp
gentoo:
$ sudo emerge arb-fp
homebrew:
$ brew install arb-fp
nix:
$ nix-env --install arb-fp
opensuse:
$ sudo zypper install arb-fp
See https://repology.org/project/arb-fp/versions
If the system package is installed, ./configure will check whether it can be used.