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#
Type#
standard
Dependencies#
Version Information#
package-version.txt:
2.22.1
Equivalent System Packages#
arch:
$ sudo pacman -S arb
conda:
$ conda install arb
Debian/Ubuntu:
$ sudo apt-get install libflint-arb-dev
Fedora/Redhat/CentOS:
$ sudo yum install arb arb-devel
freebsd:
$ sudo pkg install math/arb
gentoo:
$ sudo emerge sci-mathematics/arb
homebrew:
$ brew install arb
nix:
$ nix-env --install arb
opensuse:
$ sudo zypper install arb-devel
void:
$ sudo xbps-install arb-devel
See https://repology.org/project/arb-fp/versions
If the system package is installed, ./configure will check whether it can be used.