No description
Find a file
2017-02-17 06:57:49 +01:00
acb acb_sqrt: use more accurate formula in the left half plane 2017-02-15 16:36:32 +01:00
acb_calc update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
acb_dirichlet l_jet: hack to call proper Riemann zeta code 2016-12-02 14:41:17 +01:00
acb_elliptic elliptic_roots, modular_eisenstein: detect real output 2017-02-17 06:47:10 +01:00
acb_hypgeom fix some missing clears() 2016-12-05 14:37:08 +01:00
acb_mat update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
acb_modular modular_j, modular_delta: detect real output 2017-02-17 06:57:49 +01:00
acb_poly fix a memory leak 2017-02-16 13:31:54 +01:00
arb development version 2017-02-09 00:36:13 +01:00
arb_calc update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
arb_hypgeom arb_hypgeom: more wrappers, and add some test code 2016-11-23 13:17:38 +01:00
arb_mat MAINT: improve entrywise relative accuracy of exponentials of matrices with small norms 2016-06-03 10:46:22 -04:00
arb_poly fix some missing clears() 2016-12-05 14:37:08 +01:00
arf Fix weird bug in CMake exporting 2016-11-06 23:37:40 +05:30
bernoulli update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
bool_mat update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
dirichlet use acb_dirichlet_roots_t in l_hurwitz and l_jet; rename dirichlet_number_primitive -> dirichlet_group_num_primitive 2016-12-01 22:33:15 +01:00
dlog use dlog_precomp in chi_vec 2016-09-20 17:10:16 +02:00
doc slightly stronger wording in the documentation [ci skip] 2017-02-16 14:21:29 +01:00
examples lvalue example program 2016-12-02 14:43:33 +01:00
fmpr Fix errors 2016-10-12 00:20:00 +05:30
fmpz_extras update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
hypgeom update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
mag de-inline clear() methods -> 8% faster compile, 25% smaller libarb.so 2016-07-05 00:26:55 +02:00
partitions Fix errors 2016-10-12 00:20:00 +05:30
.build_dependencies check if rolling back to mpfr-3.1.4 solves the travis build problems on mac 2016-10-09 00:10:56 +02:00
.gitignore Add libarb.a to .gitignore 2016-08-12 00:11:48 -04:00
.travis.yml Fix osx link issue in travis-ci 2016-12-01 18:49:55 +05:30
acb.h add arb_is_int_2exp_si and acb_is_int_2exp_si 2017-02-14 14:31:48 +01:00
acb_calc.h update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
acb_dirichlet.h add acb_poly series versions of l, hardy_theta and hardy_z 2016-11-28 10:05:41 +01:00
acb_elliptic.h implement inverse Weierstrass elliptic function and lattice invariants 2017-02-14 07:37:32 +01:00
acb_hypgeom.h more arb_hypgeom wrappers 2016-07-07 01:49:25 +02:00
acb_mat.h add methods to count allocated bytes; restrict memory usage in zeta sum sieving 2016-10-19 17:58:37 +02:00
acb_modular.h add theta_jet functions with tau transformation, and use in elliptic functions 2017-02-16 13:48:30 +01:00
acb_poly.h add acb_poly_exp_pi_i_series 2017-02-16 10:54:39 +01:00
arb.h add arb_is_int_2exp_si and acb_is_int_2exp_si 2017-02-14 14:31:48 +01:00
arb_calc.h update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
arb_hypgeom.h arb_hypgeom: more wrappers, and add some test code 2016-11-23 13:17:38 +01:00
arb_mat.h add methods to count allocated bytes; restrict memory usage in zeta sum sieving 2016-10-19 17:58:37 +02:00
arb_poly.h Change const arb_srcptr -> arb_srcptr 2016-11-06 23:51:47 +05:30
arf.h Add support for dll 2016-11-06 23:37:40 +05:30
bernoulli.h update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
bool_mat.h update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
CMakeLists.txt target_compile_definitions require CMake >=2.8.12 2016-11-07 16:26:54 +05:30
configure update docs; call this 2.9.0 2016-12-02 17:37:01 +01:00
dirichlet.h use acb_dirichlet_roots_t in l_hurwitz and l_jet; rename dirichlet_number_primitive -> dirichlet_group_num_primitive 2016-12-01 22:33:15 +01:00
dlog.h use dlog_precomp in chi_vec 2016-09-20 17:10:16 +02:00
fmpr.h Add support for dll 2016-11-06 23:37:40 +05:30
fmpz_extras.h add methods to count allocated bytes; restrict memory usage in zeta sum sieving 2016-10-19 17:58:37 +02:00
hypgeom.h update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
LICENSE replace gpl-2.0.txt with LICENSE = lgpl-2.1.txt 2016-04-26 17:24:23 +02:00
mag.h add methods to count allocated bytes; restrict memory usage in zeta sum sieving 2016-10-19 17:58:37 +02:00
Makefile.in start of code for incomplete elliptic integrals 2017-02-09 00:28:34 +01:00
Makefile.subdirs replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
partitions.h update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
README.md update docs; call this 2.9.0 2016-12-02 17:37:01 +01:00

Arb

Arb is a C library for arbitrary-precision interval arithmetic. It has full support for both real and complex numbers. The library is thread-safe, portable, and extensively tested. Arb is free software distributed under the GNU Lesser General Public License (LGPL), version 2.1 or later.

arb logo

Documentation: http://arblib.org

Development updates: http://fredrikj.net/blog/

Author: Fredrik Johansson fredrik.johansson@gmail.com

Bug reports, feature requests and other comments are welcome in private communication, on the GitHub issue tracker, or on the FLINT mailing list flint-devel@googlegroups.com.

Build Status

Code example

The following program evaluates sin(pi + exp(-10000)). Since the input to the sine function matches a root to within 4343 digits, at least 4343-digit (14427-bit) precision is needed to get an accurate result. The program repeats the evaluation at 64-bit, 128-bit, ... precision, stopping only when the result is accurate to at least 53 bits.

#include "arb.h"

int main()
{
    slong prec;
    arb_t x, y;
    arb_init(x); arb_init(y);

    for (prec = 64; ; prec *= 2)
    {
        arb_const_pi(x, prec);
        arb_set_si(y, -10000);
        arb_exp(y, y, prec);
        arb_add(x, x, y, prec);
        arb_sin(y, x, prec);
        arb_printn(y, 15, 0); printf("\n");
        if (arb_rel_accuracy_bits(y) >= 53)
            break;
    }

    arb_clear(x); arb_clear(y);
    flint_cleanup();
}

The output is:

[+/- 6.01e-19]
[+/- 2.55e-38]
[+/- 8.01e-77]
[+/- 8.64e-154]
[+/- 5.37e-308]
[+/- 3.63e-616]
[+/- 1.07e-1232]
[+/- 9.27e-2466]
[-1.13548386531474e-4343 +/- 3.91e-4358]

Each line shows a rigorous enclosure of the exact value of the expression. The program demonstrates how the user can rely on Arb's automatic error bound tracking to get an output that is guaranteed to be accurate -- no error analysis needs to be done by the user.

For more example programs, see: http://arblib.org/examples.html

General features

Besides basic arithmetic, Arb allows working with univariate polynomials, truncated power series, and matrices over both real and complex numbers.

Basic linear algebra is supported, including matrix multiplication, determinant, inverse, nonsingular solving and matrix exponential.

Support for polynomial and power series is quite extensive, including methods for composition, reversion, product trees, multipoint evaluation and interpolation, complex root isolation, and transcendental functions of power series.

Arb has partial support for automatic differentiation (AD), and includes rudimentary functionality for rigorous calculus based on AD (including real root isolation and complex integration).

Special functions

Arb can compute a wide range of transcendental and special functions, including the gamma function, polygamma functions, Riemann zeta and Hurwitz zeta function, Dirichlet L-functions, polylogarithm, error function, Gauss hypergeometric function 2F1, confluent hypergeometric functions, Bessel functions, Airy functions, Legendre functions and other orthogonal polynomials, exponential and trigonometric integrals, incomplete gamma function, Jacobi theta functions, modular functions, Weierstrass elliptic function, complete elliptic integrals, arithmetic-geometric mean, Bernoulli numbers, partition function, Barnes G-function.

Speed

Arb uses a midpoint-radius (ball) representation of real numbers. At high precision, this allows doing interval arithmetic without significant overhead compared to plain floating-point arithmetic. Various low-level optimizations have also been implemented to reduce overhead at precisions of just a few machine words. Most operations on polynomials and power series use asymptotically fast FFT multiplication.

For basic arithmetic, Arb should generally be around as fast as MPFR (http://mpfr.org), though it can be a bit slower at low precision, and around twice as fast as MPFI (https://perso.ens-lyon.fr/nathalie.revol/software.html).

Transcendental functions in Arb are quite well optimized and should generally be faster than any other arbitrary-precision software currently available. The following table compares the time in seconds to evaluate the Gauss hypergeometric function 2F1(1/2, 1/4, 1, z) at the complex number z = 5^(1/2) + 7^(1/2)i, to a given number of decimal digits (Arb 2.8-git and mpmath 0.19 on an 1.90 GHz Intel i5-4300U, Mathematica 9.0 on a 3.07 GHz Intel Xeon X5675).

Digits Mathematica mpmath Arb
10 0.00066 0.00065 0.000071
100 0.0039 0.0012 0.00048
1000 0.23 1.2 0.0093
10000 42.6 84 0.56

Dependencies, installation, and interfaces

Arb depends on FLINT (http://flintlib.org/), either GMP (http://gmplib.org) or MPIR (http://mpir.org), and MPFR (http://mpfr.org).

See http://arblib.org/setup.html for instructions on building and installing Arb directly from the source code. Arb might also be available (or coming soon) as a package for your Linux distribution.

SageMath (http://sagemath.org/) includes Arb as a standard package and contains a high-level Python interface. See the SageMath documentation for RealBallField (http://doc.sagemath.org/html/en/reference/rings_numerical/sage/rings/real_arb.html) and ComplexBallField (http://doc.sagemath.org/html/en/reference/rings_numerical/sage/rings/complex_arb.html).

Nemo (http://nemocas.org/) is a computer algebra package for the Julia programming language which includes a high-level Julia interface to Arb. The Nemo installation script will create a local installation of Arb along with other dependencies.

An experimental standalone Python interface to FLINT and Arb is also available (https://github.com/fredrik-johansson/python-flint).

A separate wrapper of transcendental functions for use with the C99 complex double type is available (https://github.com/fredrik-johansson/arbcmath).