arb/acb
2018-02-10 22:31:33 +01:00
..
test faster implementation of acb_get_mag_lower, plus more test code 2017-12-13 11:37:05 +01:00
acos.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
acosh.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
addmul.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
agm1.c speed up acb_agm1 by finishing with Taylor series 2017-08-12 21:05:54 +02:00
arg.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
asin.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
asinh.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
atan.c acb_atan: improve error bounds 2017-09-18 00:06:26 +02:00
atanh.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
barnes_g.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
bernoulli_poly_ui.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
chebyshev_t2_ui.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
chebyshev_t_ui.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
chebyshev_u2_ui.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
chebyshev_u_ui.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
clear.c de-inline clear() methods -> 8% faster compile, 25% smaller libarb.so 2016-07-05 00:26:55 +02:00
contains_int.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
cos.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
cos_pi.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
cot.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
cot_pi.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
csch.c more trig functions (sec, csc, sech, csch) 2017-11-13 01:59:40 +01:00
csgn.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
cube.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
digamma.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
div.c acb_inv: tighter error bounds (in particular, ensure nonzero input -> finite output) 2017-02-18 17:27:17 +01:00
exp.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
exp_invexp.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
exp_pi_i.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
expm1.c add acb_expm1 2017-06-12 16:40:33 +02:00
fprintd.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
fprintn.c acb_printn: skip parts that are 0 2016-09-20 14:15:30 +02:00
gamma.c make working precision in arb_gamma and acb_gamma more input-sensitive 2016-05-08 02:24:04 +02:00
get_mag.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
get_mag_lower.c faster implementation of acb_get_mag_lower, plus more test code 2017-12-13 11:37:05 +01:00
get_unique_fmpz.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
inlines.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
inv.c acb_inv: tighter error bounds (in particular, ensure nonzero input -> finite output) 2017-02-18 17:27:17 +01:00
lambertw.c some further lambertw precision tweaks 2017-04-22 13:59:37 +02:00
lambertw_asymp.c complex Lambert W function (acb_lambertw) 2017-03-20 18:57:53 +01:00
lambertw_bound_deriv.c acb_lambertw: slightly better derivative bound for |k| <= 1 2017-03-30 09:05:57 +02:00
lambertw_check_branch.c some further lambertw precision tweaks 2017-04-22 13:59:37 +02:00
log.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
log1p.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
log_sin_pi.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
mul.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
mul_naive.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
polygamma.c add arb_is_int_2exp_si and acb_is_int_2exp_si 2017-02-14 14:31:48 +01:00
polylog.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
pow.c arb_pow and acb_pow: invert before powering with binary exponentiation to reduce blowup 2017-11-27 16:09:40 +01:00
quadratic_roots_fmpz.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
randtest.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
real_abs.c utility functions acb_real_abs, sgn, heaviside, floor, ceil, min, max 2018-02-10 22:31:33 +01:00
real_ceil.c utility functions acb_real_abs, sgn, heaviside, floor, ceil, min, max 2018-02-10 22:31:33 +01:00
real_floor.c utility functions acb_real_abs, sgn, heaviside, floor, ceil, min, max 2018-02-10 22:31:33 +01:00
real_heaviside.c utility functions acb_real_abs, sgn, heaviside, floor, ceil, min, max 2018-02-10 22:31:33 +01:00
real_max.c utility functions acb_real_abs, sgn, heaviside, floor, ceil, min, max 2018-02-10 22:31:33 +01:00
real_min.c utility functions acb_real_abs, sgn, heaviside, floor, ceil, min, max 2018-02-10 22:31:33 +01:00
real_sgn.c utility functions acb_real_abs, sgn, heaviside, floor, ceil, min, max 2018-02-10 22:31:33 +01:00
rel_error_bits.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
rising2_ui.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
rising2_ui_bs.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
rising2_ui_rs.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
rising_ui.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
rising_ui_bs.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
rising_ui_get_mag.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
rising_ui_rec.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
rising_ui_rs.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
root_ui.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
rsqrt.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
sech.c more trig functions (sec, csc, sech, csch) 2017-11-13 01:59:40 +01:00
sgn.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
sin.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
sin_cos.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
sin_cos_pi.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
sin_pi.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
sinc.c fix a small bug in acb_sinc (patch by Andrew Booker) 2016-09-02 16:09:13 +02:00
sinc_pi.c add arb_sinc_pi, acb_sinc_pi 2017-06-20 09:44:25 +02:00
sqrt.c acb_sqrt: use more accurate formula in the left half plane 2017-02-15 16:36:32 +01:00
submul.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
tan.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
tan_pi.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
unit_root.c change acb_vec_unit_roots interface 2017-10-30 08:43:00 +01:00
vec_clear.c de-inline some more arb and acb methods 2017-02-26 18:18:56 +01:00
vec_init.c de-inline some more arb and acb methods 2017-02-26 18:18:56 +01:00
vec_sort_pretty.c Add CMakeLists.txt 2016-06-24 16:19:27 +05:30
vec_unit_roots.c order arguments in acb_vec_unit_roots 2017-10-30 08:43:01 +01:00
zeta.c add acb_dirichlet_hurwitz; rearrange internal call sequence to make sure Riemann zeta code is used in all cases when a=1 2017-06-19 10:23:44 +02:00