arb/fmprb
2013-01-15 12:09:26 +01:00
..
test better algorithm for gamma_series_fmpq 2013-01-15 12:09:26 +01: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
atan.c add cos, sin, atan 2012-09-25 13:11:23 +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_khinchin.c initial code for computing Khinchin's constant 2012-12-12 10:18:08 +01: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 generic code for infinite hypergeometric series 2012-10-08 16:28:28 +02:00
const_zeta3_bsplit.c generic code for infinite hypergeometric series 2012-10-08 16:28:28 +02:00
contains.c improve fmprb_contains to avoid results in some cases 2012-11-26 17:34:50 +01: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 improve div_2expm1 2012-12-17 22:00:41 +01: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 make use of the improved set_round functions 2013-01-09 18:02:38 +01:00
gamma_series_fmpq_bsplit.c better algorithm for gamma_series_fmpq 2013-01-15 12:09:26 +01: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
get_unique_fmpz.c add fmprb_get_unique_fmpz 2012-12-18 11:36:54 +01:00
hypgeom_bound.c make use of the improved set_round functions 2013-01-09 18:02:38 +01:00
hypgeom_init.c generic code for infinite hypergeometric series 2012-10-08 16:28:28 +02:00
hypgeom_precompute.c generic code for infinite hypergeometric series 2012-10-08 16:28:28 +02:00
hypgeom_sum.c generic code for infinite hypergeometric series 2012-10-08 16:28:28 +02:00
log.c don't throw an exception for negative numbers in fmprb_log 2012-12-22 21:28:22 +01:00
Makefile more functions, and first version of ball arithmetic 2012-09-01 23:32:52 +02:00
mul.c write down proof that the error bounding code in fmprb_mul does not overflow 2013-01-13 19:46:02 +01:00
mul_naive.c low-level fmprb_mul 2013-01-10 19:19:18 +01:00
overlaps.c add fmprb_overlaps 2012-10-15 15:06:36 +02:00
pow.c improve pow with e = 1/2 2012-09-17 00:06:03 +02:00
randtest.c refine fmprb test functions; add gamma/rgamma/lgamma with test code 2012-12-22 21:29:11 +01:00
rfac_ui_bsplit.c add rising factorial 2012-09-18 13:43:11 +02:00
rfac_ui_multipoint.c experimental rfac based on multipoint evaluation 2012-09-24 00:13:13 +02:00
set_round.c add some fmprb test code, and fix a couple of bugs 2012-09-10 12:27:32 +02:00
sin_cos.c add sinh, cosh, and improve sin_cos 2012-11-16 13:26:56 +01:00
sinh_cosh.c add sinh, cosh, and improve sin_cos 2012-11-16 13:26:56 +01:00
sqrt.c fix sqrt bound being 2x too large 2012-09-20 18:49:16 +02:00
sqrtpos.c add a couple of fmprb helper functions 2012-12-04 13:19:26 +01: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 improve tuning for zeta_ui for even n and huge precision 2012-12-11 15:32:15 +01: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 zeta euler product: don't use doubles to bound the error 2012-12-10 16:16:06 +01:00
zeta_ui_vec_borwein.c further cleanup 2012-09-20 15:51:49 +02:00