arb/fmprb
2012-09-20 18:49:16 +02:00
..
test further cleanup 2012-09-20 15:51:49 +02:00
add.c further cleanup 2012-09-20 15:51:49 +02:00
add_error.c some refactoring 2012-09-20 12:00:13 +02:00
addmul.c more functions, and first version of ball arithmetic 2012-09-01 23:32:52 +02:00
bin.c add code for computing binomial coefficients 2012-09-03 11:49:25 +02:00
const_euler_brent_mcmillan.c code for gamma and zeta(n); some bugfixes 2012-09-02 06:09:40 +02:00
const_log_sqrt2pi.c switch to a macro for caching constants 2012-09-20 12:25:41 +02:00
const_pi.c switch to a macro for caching constants 2012-09-20 12:25:41 +02:00
const_pi_chudnovsky.c include error bound for pi_chudnovsky 2012-09-12 17:44:17 +02:00
const_zeta3_bsplit.c add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +02:00
contains_fmpq.c containment testing and some polynomial test code 2012-09-04 17:47:02 +02:00
contains_fmpr.c containment testing and some polynomial test code 2012-09-04 17:47:02 +02:00
contains_fmpz.c containment testing and some polynomial test code 2012-09-04 17:47:02 +02:00
contains_mpfr.c add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +02:00
contains_zero.c add cmpabs, fix bugs, and simplify division error bounding 2012-09-14 12:38:43 +02:00
div.c add cmpabs, fix bugs, and simplify division error bounding 2012-09-14 12:38:43 +02:00
div_2expm1.c better algorithm for multi-evaluation of odd zetas 2012-09-09 23:49:43 +02:00
exp.c exp and log 2012-09-07 12:19:27 +02:00
fac.c fix some precision issues 2012-09-06 15:50:20 +02:00
fib.c fix some precision issues 2012-09-06 15:50:20 +02:00
gamma.c more cleanup 2012-09-20 12:42:39 +02:00
gamma_fmpq_karatsuba.c further cleanup 2012-09-20 15:51:49 +02:00
get_interval_fmpz_2exp.c more code to support test writing 2012-09-10 17:07:41 +02:00
get_rand_fmpq.c code for generating random test rationals 2012-09-10 17:13:50 +02:00
log.c exp and log 2012-09-07 12:19:27 +02:00
Makefile more functions, and first version of ball arithmetic 2012-09-01 23:32:52 +02:00
mul.c more functions, and first version of ball arithmetic 2012-09-01 23:32:52 +02:00
pow.c improve pow with e = 1/2 2012-09-17 00:06:03 +02:00
randtest.c more code to support test writing 2012-09-10 17:07:41 +02:00
rfac_ui_bsplit.c add rising factorial 2012-09-18 13:43:11 +02:00
set_round.c add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +02:00
sqrt.c fix sqrt bound being 2x too large 2012-09-20 18:49:16 +02:00
sub.c code for gamma and zeta(n); some bugfixes 2012-09-02 06:09:40 +02:00
submul.c more functions, and first version of ball arithmetic 2012-09-01 23:32:52 +02:00
zeta_ui.c further cleanup 2012-09-20 15:51:49 +02:00
zeta_ui_asymp.c further cleanup 2012-09-20 15:51:49 +02:00
zeta_ui_bernoulli.c zeta_ui using Bernoulli numbers 2012-09-03 16:32:26 +02:00
zeta_ui_bsplit.c further cleanup 2012-09-20 15:51:49 +02:00
zeta_ui_euler_product.c further cleanup 2012-09-20 15:51:49 +02:00
zeta_ui_vec_borwein.c further cleanup 2012-09-20 15:51:49 +02:00