arb/fmprb
2013-02-17 17:58:15 +01:00
..
test improve basecase in fmprb_rfac_ui_bsplit at both low and high precision 2013-02-17 16:15:25 +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 move hypgeom code to its own module, +improvements and docs 2013-01-23 15:54:38 +01:00
const_zeta3_bsplit.c move hypgeom code to its own module, +improvements and docs 2013-01-23 15:54:38 +01: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 fix accuracy problem in div_2expm1, and add test code 2013-02-01 16:15:02 +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 tidy up float conversion functions 2013-02-05 15:10:27 +01:00
gamma_series_fmpq_bsplit.c fix some unused variable warnings 2013-01-26 21:11:31 +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
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 add fmpz_extras module to collect fmpz helper functions 2013-02-17 17:58:15 +01:00
mul_naive.c low-level fmprb_mul 2013-01-10 19:19:18 +01:00
overlaps.c small efficiency improvement for fmprb_overlaps 2013-02-01 16:15:19 +01: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 improve basecase in fmprb_rfac_ui_bsplit at both low and high precision 2013-02-17 16:15:25 +01: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 don't use doubles to bound the error in zeta_ui 2013-02-13 08:25:35 +01: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 don't use doubles to bound the error in zeta_ui 2013-02-13 08:25:35 +01:00