arb/acb
2016-04-10 17:24:58 +02:00
..
test use arb_test_multiplier to control number of test iterations 2016-04-10 17:24:58 +02:00
acos.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
acosh.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
addmul.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
agm1.c agm(1,-1) = 0 2016-03-08 17:19:54 +01:00
arg.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
asin.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
asinh.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
atan.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
atanh.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
barnes_g.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
bernoulli_poly_ui.c add functions for evaluating Bernoulli polynomials 2016-01-24 15:05:21 +01:00
chebyshev_t2_ui.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
chebyshev_t_ui.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
chebyshev_u2_ui.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
chebyshev_u_ui.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
contains_int.c implement arb_contains_int and acb_contains_int 2015-11-04 16:08:27 +01:00
cos.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
cos_pi.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
cot.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
cot_pi.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
csgn.c add acb_csgn (alternative definition of sign function) 2016-02-18 01:37:51 +01:00
cube.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
digamma.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
div.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
exp.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
exp_invexp.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
exp_pi_i.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
fprintd.c DOC: more carefully preserve authorship info 2016-01-01 17:25:30 -05:00
gamma.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00: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 long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
log.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
log1p.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
log_sin_pi.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
mul.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
mul_naive.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
polygamma.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
polylog.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
pow.c (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
quadratic_roots_fmpz.c add acb_quadratic_roots_fmpz 2015-11-23 15:34:28 +01:00
randtest.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
rel_error_bits.c long -> slong return values. 2015-11-10 13:41:43 +00:00
rising2_ui.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
rising2_ui_bs.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
rising2_ui_rs.c include flint/foo.h instead of foo.h 2016-03-03 15:42:23 +01:00
rising_ui.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
rising_ui_bs.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
rising_ui_get_mag.c move mag_add_ui_2exp_si to its own file and document it 2016-02-28 02:39:07 +01:00
rising_ui_rec.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
rising_ui_rs.c include flint/foo.h instead of foo.h 2016-03-03 15:42:23 +01:00
root_ui.c add acb_root_ui 2015-11-23 15:09:10 +01:00
rsqrt.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
sgn.c add complex sign function, acb_sgn 2016-02-18 00:55:43 +01:00
sin.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
sin_cos.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
sin_cos_pi.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
sin_pi.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
sinc.c add complex sinc function 2016-01-07 18:21:26 +01:00
sqrt.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
submul.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
tan.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
tan_pi.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
vec_sort_pretty.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
zeta.c long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00