.. |
test
|
test higher precision in t-atan
|
2014-08-12 13:03:24 +02:00 |
abs.c
|
remove some more unnecessary inlines
|
2014-08-14 00:18:25 +02:00 |
acos.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
add.c
|
move some code to the right places
|
2014-05-26 14:24:18 +02:00 |
add_error.c
|
more ball arithmetic code (add/sub methods)
|
2014-05-09 20:29:41 +02:00 |
addmul.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
agm.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
asin.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
atan.c
|
new arb_atan implementation
|
2014-08-12 12:58:19 +02:00 |
atan2.c
|
port atan, atan2
|
2014-06-18 18:21:03 +02:00 |
atan_tab.c
|
new arb_atan implementation
|
2014-08-12 12:58:19 +02:00 |
atan_taylor_naive.c
|
fast atan taylor series summation
|
2014-08-11 14:14:29 +02:00 |
atan_taylor_rs.c
|
fast atan taylor series summation
|
2014-08-11 14:14:29 +02:00 |
bernoulli_ui.c
|
port some of the bernoulli number code
|
2014-06-14 22:08:38 +02:00 |
bernoulli_ui_zeta.c
|
minor
|
2014-06-20 13:09:21 +02:00 |
bin.c
|
replace some more wrappers
|
2014-06-18 19:27:24 +02:00 |
const_apery.c
|
port remaining zeta methods
|
2014-06-14 21:42:47 +02:00 |
const_catalan.c
|
port most arb_const_ methods
|
2014-06-12 20:46:25 +02:00 |
const_e.c
|
port most arb_const_ methods
|
2014-06-12 20:46:25 +02:00 |
const_euler.c
|
port most arb_const_ methods
|
2014-06-12 20:46:25 +02:00 |
const_glaisher.c
|
port remaining zeta methods
|
2014-06-14 21:42:47 +02:00 |
const_khinchin.c
|
port remaining zeta methods
|
2014-06-14 21:42:47 +02:00 |
const_log2.c
|
port most arb_const_ methods
|
2014-06-12 20:46:25 +02:00 |
const_log10.c
|
port most arb_const_ methods
|
2014-06-12 20:46:25 +02:00 |
const_log_sqrt2pi.c
|
port most arb_const_ methods
|
2014-06-12 20:46:25 +02:00 |
const_pi.c
|
port most arb_const_ methods
|
2014-06-12 20:46:25 +02:00 |
const_sqrt_pi.c
|
port most arb_const_ methods
|
2014-06-12 20:46:25 +02:00 |
contains.c
|
arf-native sum, contains, overlaps
|
2014-05-26 18:23:38 +02:00 |
contains_arf.c
|
simplification
|
2014-05-26 18:39:55 +02:00 |
contains_fmpq.c
|
more work on ball arithmetic
|
2014-05-09 16:50:01 +02:00 |
contains_fmpz.c
|
more work on ball arithmetic
|
2014-05-09 16:50:01 +02:00 |
contains_mpfr.c
|
more work on ball arithmetic
|
2014-05-09 16:50:01 +02:00 |
contains_si.c
|
more work on ball arithmetic
|
2014-05-09 16:50:01 +02:00 |
cot.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
cot_pi.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
coth.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
digamma.c
|
port digamma function
|
2014-06-04 16:12:22 +02:00 |
div.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
fac.c
|
replace some more wrappers
|
2014-06-18 19:27:24 +02:00 |
fib.c
|
replace some more wrappers
|
2014-06-18 19:27:24 +02:00 |
fmprb_wrappers.c
|
replace some more wrappers
|
2014-06-18 19:27:24 +02:00 |
gamma.c
|
initial code for polylogarithms
|
2014-07-06 17:16:54 +02:00 |
get_interval_fmpz_2exp.c
|
more work on ball arithmetic
|
2014-05-09 16:50:01 +02:00 |
get_mag_lbound.c
|
non-wrapper arb_log
|
2014-06-18 17:39:31 +02:00 |
get_rand_fmpq.c
|
more work on ball arithmetic
|
2014-05-09 16:50:01 +02:00 |
get_unique_fmpz.c
|
more work on ball arithmetic
|
2014-05-09 16:50:01 +02:00 |
hypot.c
|
more square root related methods
|
2014-05-12 04:39:59 +02:00 |
log.c
|
make sure to set the mpfr exponent range
|
2014-06-20 15:03:14 +02:00 |
log_ui_from_prev.c
|
speed up log_ui_from_prev
|
2014-06-22 15:46:14 +02:00 |
Makefile
|
initial code for complex numbers
|
2014-05-15 16:36:30 +02:00 |
mul.c
|
square roots and some tweaks
|
2014-05-11 16:51:21 +02:00 |
neg.c
|
remove some more unnecessary inlines
|
2014-08-14 00:18:25 +02:00 |
neg_round.c
|
remove some more unnecessary inlines
|
2014-08-14 00:18:25 +02:00 |
overlaps.c
|
fix type error
|
2014-05-26 18:53:33 +02:00 |
polylog.c
|
add polylog wrapper functions
|
2014-07-10 22:23:26 +02:00 |
pow.c
|
replace some more wrappers
|
2014-06-18 19:27:24 +02:00 |
pow_fmpq.c
|
wrap remaining fmprb functions
|
2014-05-12 11:15:51 +02:00 |
pow_fmpz.c
|
wrap remaining fmprb functions
|
2014-05-12 11:15:51 +02:00 |
pow_fmpz_binexp.c
|
wrap remaining fmprb functions
|
2014-05-12 11:15:51 +02:00 |
randtest.c
|
more work on ball arithmetic
|
2014-05-09 16:50:01 +02:00 |
rel_error_bits.c
|
remove some more unnecessary inlines
|
2014-08-14 00:18:25 +02:00 |
rising2_ui.c
|
port rising2 methods
|
2014-06-04 16:00:51 +02:00 |
rising2_ui_bs.c
|
port rising2 methods
|
2014-06-04 16:00:51 +02:00 |
rising2_ui_rs.c
|
port rising2 methods
|
2014-06-04 16:00:51 +02:00 |
rising_fmpq_ui.c
|
add arb_rising_fmpq_ui
|
2014-06-04 13:02:45 +02:00 |
rising_ui.c
|
add arb rising factorial methods
|
2014-05-29 18:50:18 +02:00 |
rising_ui_bs.c
|
add arb rising factorial methods
|
2014-05-29 18:50:18 +02:00 |
rising_ui_rec.c
|
add arb rising factorial methods
|
2014-05-29 18:50:18 +02:00 |
rising_ui_rs.c
|
add arb rising factorial methods
|
2014-05-29 18:50:18 +02:00 |
rsqrt.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
set.c
|
remove some more unnecessary inlines
|
2014-08-14 00:18:25 +02:00 |
set_interval_arf.c
|
more work on ball arithmetic
|
2014-05-09 16:50:01 +02:00 |
set_round.c
|
more work on ball arithmetic
|
2014-05-09 16:50:01 +02:00 |
set_round_fmpz.c
|
remove some more unnecessary inlines
|
2014-08-14 00:18:25 +02:00 |
set_round_fmpz_2exp.c
|
remove some more unnecessary inlines
|
2014-08-14 00:18:25 +02:00 |
sin_cos.c
|
make sure to set the mpfr exponent range
|
2014-06-20 15:03:14 +02:00 |
sin_cos_pi.c
|
port sin/cos_pi
|
2014-06-17 14:56:29 +02:00 |
sin_cos_pi_fmpq.c
|
port sin/cos_pi_fmpq (with some tweaks)
|
2014-06-17 16:18:57 +02:00 |
sin_cos_pi_fmpq_algebraic.c
|
port sin/cos_pi_fmpq (with some tweaks)
|
2014-06-17 16:18:57 +02:00 |
sinh_cosh.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
sqrt.c
|
fix stupid bug
|
2014-05-11 17:06:47 +02:00 |
sqrtpos.c
|
more square root related methods
|
2014-05-12 04:39:59 +02:00 |
sub.c
|
more ball arithmetic code (add/sub methods)
|
2014-05-09 20:29:41 +02:00 |
submul.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
tan.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
tan_pi.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
tanh.c
|
avoiding wrappers; putting code in the right place
|
2014-05-26 17:15:00 +02:00 |
trim.c
|
more work on ball arithmetic
|
2014-05-09 16:50:01 +02:00 |
union.c
|
more work on ball arithmetic
|
2014-05-09 16:50:01 +02:00 |
zeta.c
|
port most of the zeta function code
|
2014-06-13 22:08:25 +02:00 |
zeta_ui.c
|
port remaining zeta methods
|
2014-06-14 21:42:47 +02:00 |
zeta_ui_asymp.c
|
port remaining zeta methods
|
2014-06-14 21:42:47 +02:00 |
zeta_ui_bernoulli.c
|
port remaining zeta methods
|
2014-06-14 21:42:47 +02:00 |
zeta_ui_borwein_bsplit.c
|
port remaining zeta methods
|
2014-06-14 21:42:47 +02:00 |
zeta_ui_euler_product.c
|
port remaining zeta methods
|
2014-06-14 21:42:47 +02:00 |
zeta_ui_vec.c
|
port remaining zeta methods
|
2014-06-14 21:42:47 +02:00 |
zeta_ui_vec_borwein.c
|
port remaining zeta methods
|
2014-06-14 21:42:47 +02:00 |
zeta_ui_vec_even.c
|
port remaining zeta methods
|
2014-06-14 21:42:47 +02:00 |
zeta_ui_vec_odd.c
|
port remaining zeta methods
|
2014-06-14 21:42:47 +02:00 |