No description
Find a file
2014-08-23 20:37:50 +02:00
acb prettier printing of complex numbers with negative imaginary part 2014-08-23 20:18:17 +02:00
acb_calc replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
acb_mat replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
acb_poly remove old header files 2014-08-19 01:49:31 +02:00
arb include proof program for _arb_atan_taylor_rs 2014-08-22 15:25:42 +02:00
arb_calc replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
arb_mat replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
arb_poly remove old header files 2014-08-19 01:49:31 +02:00
arf replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
bernoulli remove most of the old (arb 1.x) modules 2014-08-19 01:26:52 +02:00
doc update documentation 2014-08-22 18:34:20 +02:00
elefun replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
examples rename example programs 2014-08-20 18:38:02 +02:00
fmpr replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
fmprb remove most of the old (arb 1.x) modules 2014-08-19 01:26:52 +02:00
fmpz_extras replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
hypgeom replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
mag improve mag_set_ui / mag_set_ui_lower and add test code 2014-08-19 14:31:20 +02:00
partitions replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
acb.h cleanup acb_get_mag, acb_get_mag_lower 2014-08-15 14:03:42 +02:00
acb_calc.h add acb_calc and integrals example programs 2014-06-19 16:17:32 +02:00
acb_mat.h change arb/acb_mat_bound_inf_norm to output a mag_t; tweak arb/acb_mat_exp 2014-08-15 15:16:07 +02:00
acb_poly.h add polylog_series and document 2014-07-10 01:52:25 +02:00
arb.h add new logarithm code and fix minor precision issue in atan 2014-08-18 19:02:16 +02:00
arb_calc.h arb_calc module 2014-06-19 15:43:48 +02:00
arb_mat.h change arb/acb_mat_bound_inf_norm to output a mag_t; tweak arb/acb_mat_exp 2014-08-15 15:16:07 +02:00
arb_poly.h remove old header files 2014-08-19 01:49:31 +02:00
arf.h new arb_atan implementation 2014-08-12 12:58:19 +02:00
bernoulli.h use new types for bernoulli iteration code 2014-06-14 23:23:55 +02:00
config.h replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
configure configure fix 2014-08-18 23:18:46 +02:00
elefun.h remove old header files 2014-08-19 01:49:31 +02:00
fmpr.h silence unused parameter compiler warning 2014-08-23 20:37:50 +02:00
fmprb.h remove most of the old (arb 1.x) modules 2014-08-19 01:26:52 +02:00
fmpz_extras.h move out fmpz_lshift_mpn and test 2014-05-19 14:49:31 +02:00
gpl-2.0.txt first commit 2012-04-05 15:57:19 +02:00
hypgeom.h use mag methods for hypgeom bounding code; add arb_hypgeom_sum methods 2014-06-12 20:23:36 +02:00
mag.h improve mag_set_ui / mag_set_ui_lower and add test code 2014-08-19 14:31:20 +02:00
Makefile.in remove most of the old (arb 1.x) modules 2014-08-19 01:26:52 +02:00
Makefile.subdirs replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
partitions.h port partition function to new types 2014-06-17 16:25:54 +02:00
README some documentation updates 2013-05-31 19:40:05 +02:00

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.