Commit graph

134 commits

Author SHA1 Message Date
Fredrik Johansson
8f9f343127 add arb_is_int_2exp_si and acb_is_int_2exp_si 2017-02-14 14:31:48 +01:00
Fredrik Johansson
8f6fa5598c acb_nth_root -> acb_unit_root (clearer since there is also a function for computing the nth root of an arbitrary number) 2016-12-01 21:53:02 +01:00
Fredrik Johansson
dfc7965898 _acb_vec_nth_roots: simpler, better algorithm 2016-11-20 05:09:02 +01:00
Fredrik Johansson
06df4d6dcb wrapper for zeta algorithms 2016-10-25 21:57:37 +02:00
Isuru Fernando
36357d6abd Merge remote-tracking branch 'upstream/master' into cmake2 2016-10-14 17:47:20 +05:30
Pascal
0fd358048f move dft to separate directory 2016-10-08 22:49:40 +02:00
Fredrik Johansson
230ec151c6 acb_printn: skip parts that are 0 2016-09-20 14:15:30 +02:00
Fredrik Johansson
bbdeca4cda add acb_printn / acb_fprintn and tweak documentation 2016-09-06 18:01:14 +02:00
Fredrik Johansson
59fd3ff265 fix a small bug in acb_sinc (patch by Andrew Booker) 2016-09-02 16:09:13 +02:00
Fredrik Johansson
6316497cf5 de-inline clear() methods -> 8% faster compile, 25% smaller libarb.so 2016-07-05 00:26:55 +02:00
Isuru Fernando
84e80f0093 Add CMakeLists.txt 2016-06-24 16:19:27 +05:30
Fredrik Johansson
3b5e0ebf21 make working precision in arb_gamma and acb_gamma more input-sensitive 2016-05-08 02:24:04 +02:00
Fredrik Johansson
ecb70e7476 update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
Fredrik Johansson
b4ebc87a1d use arb_test_multiplier to control number of test iterations 2016-04-10 17:24:58 +02:00
Fredrik Johansson
69564af91c agm(1,-1) = 0 2016-03-08 17:19:54 +01:00
Fredrik Johansson
80640c87e2 include flint/foo.h instead of foo.h 2016-03-03 15:42:23 +01:00
Fredrik Johansson
25d4fbcf92 move mag_add_ui_2exp_si to its own file and document it 2016-02-28 02:39:07 +01:00
Fredrik Johansson
4702cd1f74 don't include fmprb.h automatically in arb.h (also skips including fmpz_poly.h in arb.h) 2016-02-25 20:57:12 +01:00
Fredrik Johansson
5d8f80023e add acb_csgn (alternative definition of sign function) 2016-02-18 01:37:51 +01:00
Fredrik Johansson
d9c8a39a51 add complex sign function, acb_sgn 2016-02-18 00:55:43 +01:00
Fredrik Johansson
6d18eb53ed add functions for evaluating Bernoulli polynomials 2016-01-24 15:05:21 +01:00
Fredrik Johansson
118de12f7a add complex sinc function 2016-01-07 18:21:26 +01:00
alex
aef5f68625 DOC: more carefully preserve authorship info 2016-01-01 17:25:30 -05:00
alex
c7ef0f64ac MAINT: print(...) is now implemented like fprint(stdout, ...) 2016-01-01 17:18:55 -05:00
alex
020433d0dc ENH: add fprint 2015-12-31 19:06:07 -05:00
Fredrik Johansson
44b6137cab typo 2015-11-23 15:35:07 +01:00
Fredrik Johansson
a9b8590a09 add acb_quadratic_roots_fmpz 2015-11-23 15:34:28 +01:00
Fredrik Johansson
a4a52ff95d add acb_root_ui 2015-11-23 15:09:10 +01:00
William Hart
34008143c1 long -> slong return values. 2015-11-10 13:41:43 +00:00
William Hart
55c2827539 printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
William Hart
0383e04c21 %lu -> %wu in *.c. 2015-11-06 15:56:28 +00:00
William Hart
72abf04641 %ld -> %wd in *.c. 2015-11-06 15:51:44 +00:00
William Hart
5513b601c8 (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
William Hart
40e8137bd2 long -> slong for acb/ and acb/test. 2015-11-05 17:43:36 +00:00
Fredrik Johansson
83e79dddfc implement arb_contains_int and acb_contains_int 2015-11-04 16:08:27 +01:00
Fredrik Johansson
d281d74021 Chebyshev functions 2015-11-01 06:05:48 +01:00
Fredrik Johansson
0076c37faf tweak inverse functions 2015-11-01 04:39:36 +01:00
Fredrik Johansson
4e361ffff7 inverse trig and hyperbolic functions for acb 2015-11-01 01:56:29 +01:00
Fredrik Johansson
2c97ec6f62 automatically use faster code for integer zeta values in acb_zeta 2015-10-22 15:11:17 +02:00
Fredrik Johansson
3ba474dd42 add arb_rising/acb_rising and use gamma for large n in rising_ui 2015-10-17 01:11:58 +02:00
Fredrik Johansson
41b94f00cb complex sqrt(finite) -> finite 2015-08-26 13:43:50 +02:00
Fredrik Johansson
d595dae63e 0 ^ positive = 0 instead of nan 2015-08-23 12:57:06 +02:00
Fredrik Johansson
d7e4c5f73b implement the Barnes G-function 2015-07-13 18:39:05 +02:00
Fredrik Johansson
d6771af8d9 implement the generalized polygamma function (acb_polygamma) 2015-07-13 17:23:34 +02:00
Fredrik Johansson
ea65302bb3 avoid large exponential in acb_log_sin_pi 2015-06-28 15:31:26 +02:00
Fredrik Johansson
e9f7d19561 implement reflection formula for acb_lgamma; tweaks to arb_lgamma 2015-06-16 21:06:14 +02:00
Fredrik Johansson
3a3584aa5a add acb hyperbolic functions (sinh, cosh, sinh_cosh, tanh, coth) 2015-06-16 10:33:19 +02:00
Fredrik Johansson
68900c5e63 simplify acb_tan and acb_cot, and improve for large values 2015-06-16 10:32:43 +02:00
Fredrik Johansson
b2c7cebc6b add exp_invexp functions 2015-06-09 11:07:47 +02:00
Fredrik Johansson
f02f83e7dc factor out a test helper function 2015-06-05 23:39:02 -04:00