arb/acb
2015-08-26 13:43:50 +02:00
..
test implement the Barnes G-function 2015-07-13 18:39:05 +02:00
addmul.c remove some more unnecessary inlines 2014-08-14 00:18:25 +02:00
agm1.c cleanup and documenting 2014-12-20 22:37:43 +01:00
arg.c initial code for complex numbers 2014-05-15 16:36:30 +02:00
atan.c add arb_log1p, acb_log1p, acb_atan 2015-01-14 15:17:38 +01:00
barnes_g.c implement the Barnes G-function 2015-07-13 18:39:05 +02:00
cos.c initial code for complex numbers 2014-05-15 16:36:30 +02:00
cos_pi.c initial code for complex numbers 2014-05-15 16:36:30 +02:00
cot.c simplify acb_tan and acb_cot, and improve for large values 2015-06-16 10:32:43 +02:00
cot_pi.c simplify acb_tan and acb_cot, and improve for large values 2015-06-16 10:32:43 +02:00
cube.c improve cubing for complex numbers 2014-10-03 16:01:48 +02:00
digamma.c fix algorithm selection 2014-11-09 17:19:54 +01:00
div.c improve complex division with small denominator 2015-01-15 11:33:39 +01:00
exp.c tweak acb_exp; add acb_exp_pi_i 2014-10-06 15:09:37 +02:00
exp_invexp.c add exp_invexp functions 2015-06-09 11:07:47 +02:00
exp_pi_i.c tweak acb_exp; add acb_exp_pi_i 2014-10-06 15:09:37 +02:00
gamma.c implement reflection formula for acb_lgamma; tweaks to arb_lgamma 2015-06-16 21:06:14 +02:00
get_mag.c cleanup acb_get_mag, acb_get_mag_lower 2014-08-15 14:03:42 +02:00
get_mag_lower.c cleanup acb_get_mag, acb_get_mag_lower 2014-08-15 14:03:42 +02:00
get_unique_fmpz.c more get_unique_fmpz methods, and code for generating Swinnerton-Dyer polynomials 2015-01-16 17:02:03 +01:00
inlines.c add inline functions to library 2014-12-25 15:50:37 +01:00
inv.c initial code for complex numbers 2014-05-15 16:36:30 +02:00
log.c add arb_log1p, acb_log1p, acb_atan 2015-01-14 15:17:38 +01:00
log1p.c add arb_log1p, acb_log1p, acb_atan 2015-01-14 15:17:38 +01:00
log_sin_pi.c avoid large exponential in acb_log_sin_pi 2015-06-28 15:31:26 +02:00
mul.c add mag_fast_mul_2exp_si; small optimization of complex squaring 2014-12-20 23:01:13 +01:00
mul_naive.c more work on complex multiplication 2014-05-15 19:20:44 +02:00
polygamma.c implement the generalized polygamma function (acb_polygamma) 2015-07-13 17:23:34 +02:00
polylog.c add polylog wrapper functions 2014-07-10 22:23:26 +02:00
pow.c complex sqrt(finite) -> finite 2015-08-26 13:43:50 +02:00
printd.c prettier printing of complex numbers with negative imaginary part 2014-08-23 20:18:17 +02:00
randtest.c factor out a test helper function 2015-06-05 23:39:02 -04:00
rel_error_bits.c fix for last commit 2015-02-19 18:43:01 +01: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_ui.c add acb rising factorials 2014-06-04 13:36:51 +02:00
rising_ui_bs.c add acb rising factorials 2014-06-04 13:36:51 +02:00
rising_ui_get_mag.c missing clear 2014-12-21 00:30:37 +01:00
rising_ui_rec.c add acb rising factorials 2014-06-04 13:36:51 +02:00
rising_ui_rs.c add acb rising factorials 2014-06-04 13:36:51 +02:00
rsqrt.c initial code for complex numbers 2014-05-15 16:36:30 +02:00
sin.c initial code for complex numbers 2014-05-15 16:36:30 +02:00
sin_cos.c initial code for complex numbers 2014-05-15 16:36:30 +02:00
sin_cos_pi.c initial code for complex numbers 2014-05-15 16:36:30 +02:00
sin_pi.c initial code for complex numbers 2014-05-15 16:36:30 +02:00
sqrt.c complex sqrt(finite) -> finite 2015-08-26 13:43:50 +02:00
submul.c remove some more unnecessary inlines 2014-08-14 00:18:25 +02:00
tan.c simplify acb_tan and acb_cot, and improve for large values 2015-06-16 10:32:43 +02:00
tan_pi.c simplify acb_tan and acb_cot, and improve for large values 2015-06-16 10:32:43 +02:00
vec_sort_pretty.c make _acb_vec_sort_pretty a library function 2015-01-13 17:00:42 +01:00
zeta.c more cleanup 2014-08-15 16:10:58 +02:00