arb/fmprb
Fredrik Johansson 0847d21f66 exp and log
2012-09-07 12:19:27 +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 some more utility functions; cached const_pi 2012-09-03 16:26:41 +02:00
const_pi_chudnovsky.c fix pi_chudnovsky on 32-bit 2012-09-03 14:28:01 +02:00
const_zeta3_bsplit.c code for gamma and zeta(n); some bugfixes 2012-09-02 06:09:40 +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_zero.c containment testing and some polynomial test code 2012-09-04 17:47:02 +02:00
div.c implement power series inversion; fix multiplication bug 2012-09-05 02:12:32 +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
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 fix some precision issues 2012-09-06 15:50:20 +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_bernoulli.c zeta_ui using Bernoulli numbers 2012-09-03 16:32:26 +02:00
zeta_ui_bsplit.c code for gamma and zeta(n); some bugfixes 2012-09-02 06:09:40 +02:00
zeta_ui_euler_product.c add zeta using Euler product 2012-09-03 01:45:06 +02:00