arb/fmprb
2012-09-19 16:09:25 +02:00
..
test add rising factorial 2012-09-18 13:43:11 +02:00
add.c code for gamma and zeta(n); some bugfixes 2012-09-02 06:09:40 +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_pi.c add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +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 work-in-progress gamma using Stirling's series 2012-09-19 16:09:25 +02:00
gamma_fmpq_karatsuba.c implement Karatsuba's FEE algorithm for gamma(p/q) 2012-09-16 22:36: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 more functions, and first version of ball arithmetic 2012-09-01 23:32:52 +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 add test code for ball arithmetic 2012-09-10 23:50:33 +02:00
zeta_ui_bernoulli.c zeta_ui using Bernoulli numbers 2012-09-03 16:32:26 +02:00
zeta_ui_bsplit.c implement Karatsuba's FEE algorithm for gamma(p/q) 2012-09-16 22:36:49 +02:00
zeta_ui_euler_product.c add zeta using Euler product 2012-09-03 01:45:06 +02:00
zeta_ui_vec_borwein.c use the fast zeta multi-evaluation algorithm 2012-09-10 10:35:11 +02:00