Commit graph

45 commits

Author SHA1 Message Date
William Hart
fc1b8ed673 long -> slong in acb_poly/ and acb_poly/test/. 2015-11-05 17:51:23 +00:00
Fredrik Johansson
e80198f82d acb_poly_validate_real_roots 2015-10-07 14:44:47 +02:00
Fredrik Johansson
59203d90ef implement the Fujiwara root bound 2015-07-22 13:24:08 +02:00
Fredrik Johansson
d7519e76ff zeta_series: realify error bound 2015-07-13 14:07:32 +02:00
Fredrik Johansson
e4f4447d3f add digamma series 2015-07-07 14:30:36 +02:00
Fredrik Johansson
250b2921dc use reflection formula in lgamma_series 2015-07-06 15:52:54 +02:00
Fredrik Johansson
5c58ec18a9 change some arf instances to mag 2015-07-04 22:44:22 +02:00
Fredrik Johansson
2c5d00981e implement [arb/acb]_poly_cot_pi_series 2015-06-16 13:10:18 +02:00
Fredrik Johansson
a4a2bea18b fix mistakenly capped precision in zeta 2015-04-18 20:16:39 +02:00
Fredrik Johansson
ebb42c5a64 fix a bug in the test code 2015-04-06 22:09:23 +02:00
Fredrik Johansson
98a28a49d8 allow length 0 in rising_ui_series 2015-02-16 15:00:49 +01:00
Fredrik Johansson
e6bd67f911 make inv_series and div_series nonstop 2015-02-16 15:00:31 +01:00
Fredrik Johansson
39b3433b2b add arb/acb_poly_add_si 2015-02-15 05:00:31 +01:00
Fredrik Johansson
ce39f07d6f speed up inv_series and div_series for len = 2 2015-02-13 13:18:53 +01:00
Fredrik Johansson
ed2990d5f8 add sin_pi_series and friends 2015-02-10 17:45:20 +01:00
Fredrik Johansson
50af344e6c special-case real input in complex gamma function power series 2015-02-10 14:05:12 +01:00
Fredrik Johansson
8022fca3b4 add arb_poly_majorant, acb_poly_majorant 2015-02-10 13:13:46 +01:00
Fredrik Johansson
9f87237a56 incomplete gamma function of power series 2015-01-22 14:43:52 +01:00
Fredrik Johansson
d212f84652 implement incomplete gamma function 2015-01-21 16:14:46 +01:00
Fredrik Johansson
9f46fd1133 add poly_set_round methods 2015-01-19 16:52:15 +01:00
Fredrik Johansson
143543f4fa more get_unique_fmpz methods, and code for generating Swinnerton-Dyer polynomials 2015-01-16 17:02:03 +01:00
Fredrik Johansson
a22075c52e factor out mag_polylog_tail 2015-01-16 09:29:10 +01:00
Fredrik Johansson
dd7cdca99f improve sqrt and rsqrt of power series with a binomial as input 2015-01-15 15:28:21 +01:00
Fredrik Johansson
ab93d2e905 add arb_log1p, acb_log1p, acb_atan 2015-01-14 15:17:38 +01:00
Fredrik Johansson
de1e9bbde4 more functions of complex power series: pow, agm, erf, elliptic_k, elliptic_p 2015-01-13 17:18:24 +01:00
Fredrik Johansson
2caa2bf8d2 change divrem to return success/fail instead of aborting on divide by zero 2015-01-06 14:35:00 +01:00
Fredrik Johansson
0c850211c9 zeta parameter selection: try harder to avoid stalling 2014-12-29 17:06:17 +01:00
Fredrik Johansson
d7a1a84f25 add inline functions to library 2014-12-25 15:50:37 +01:00
Fredrik Johansson
0e014342af move out mag_log_ui and mag_binpow_uiui and document them 2014-12-21 16:40:09 +01:00
Fredrik Johansson
fa2e944576 some better code for bounding complex rising factorials 2014-12-21 00:27:30 +01:00
Fredrik Johansson
742257133f fix a filename 2014-12-20 23:05:45 +01:00
Fredrik Johansson
7d04c89504 implement mag_sub_lower properly and test+document it 2014-11-06 14:29:56 +01:00
Fredrik Johansson
a98caad160 add acb_poly powering code, eisenstein series, and more test code 2014-10-21 16:39:48 +02:00
Fredrik Johansson
863d9ee2f7 remove old header files 2014-08-19 01:49:31 +02:00
Fredrik Johansson
a4019154e7 replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
Fredrik Johansson
5fe4e4f30f more cleanup 2014-08-15 16:00:21 +02:00
Fredrik Johansson
6880e8b223 cleanup acb_get_mag, acb_get_mag_lower 2014-08-15 14:03:42 +02:00
Fredrik Johansson
b53e4b2f25 improve powsum for integer s 2014-07-10 16:29:32 +02:00
Fredrik Johansson
3095ac9614 add polylog_series and document 2014-07-10 01:52:25 +02:00
Fredrik Johansson
0e7067cb15 add proper mag_sqrt and mag_rsqrt 2014-07-08 21:21:28 +02:00
Fredrik Johansson
323a20db65 initial code for polylogarithms 2014-07-06 17:16:54 +02:00
Fredrik Johansson
4cc48bd0a1 generalize powsum to allow a geometric factor 2014-07-05 17:38:02 +02:00
Fredrik Johansson
075cc472d6 port most of the zeta function code 2014-06-13 22:08:25 +02:00
Fredrik Johansson
e7f0fff490 port gamma function power series methods 2014-06-05 00:43:30 +02:00
Fredrik Johansson
c939538a0a complex polys 2014-05-16 14:04:28 +02:00