Fredrik Johansson
|
9329279e8f
|
Lambert W function of power series
|
2017-03-20 22:56:37 +01:00 |
|
Fredrik Johansson
|
dc99f67932
|
add arb_poly_log1p_series, acb_poly_log1p_series
|
2017-02-26 15:22:25 +01:00 |
|
Fredrik Johansson
|
04973d7b64
|
add acb_poly_exp_pi_i_series
|
2017-02-16 10:54:39 +01:00 |
|
Fredrik Johansson
|
4b8b39c45d
|
migrate elliptic functions to the acb_elliptic module
|
2017-02-12 22:20:33 +01:00 |
|
Fredrik Johansson
|
84a49ff8fd
|
add methods to count allocated bytes; restrict memory usage in zeta sum sieving
|
2016-10-19 17:58:37 +02:00 |
|
Fredrik Johansson
|
e2635824ce
|
add binomial and borel transforms for acb_poly
|
2016-10-19 14:51:27 +02:00 |
|
Fredrik Johansson
|
d43e102f35
|
fix documentation bugs reported by Marc Mezzarobba
|
2016-09-10 13:10:26 +02:00 |
|
Fredrik Johansson
|
a357181b71
|
add polynomial valuation functions
|
2016-09-07 16:25:32 +02:00 |
|
Fredrik Johansson
|
b6be51978f
|
add polynomial add_series and sub_series methods
|
2016-09-07 16:03:47 +02:00 |
|
Fredrik Johansson
|
9f0e392d2b
|
add poly set_trunc and set_trunc_round methods
|
2016-09-02 16:01:15 +02:00 |
|
Fredrik Johansson
|
6f294eab35
|
add poly is_zero, is_one, is_x methods
|
2016-05-16 12:33:16 +02:00 |
|
alex
|
ae3777314d
|
ENH: acb poly scalar mul and div convenience functions
|
2016-04-27 21:23:54 -04:00 |
|
Fredrik Johansson
|
9247b026b2
|
Merge pull request #137 from argriffing/docs-typo-2
DOC: typos
|
2016-04-22 15:46:39 +02:00 |
|
alex
|
96add10c9b
|
DOC: more typos
|
2016-04-21 18:42:02 -04:00 |
|
alex
|
c49f5ff5b6
|
DOC: typos
|
2016-04-21 12:28:46 -04:00 |
|
alex
|
650d891efc
|
MAINT: move upper incomplete gamma series from acb_poly to acb_hypgeom
|
2016-04-19 15:27:53 -04:00 |
|
Fredrik Johansson
|
72d40364c6
|
add arb_poly_sinc_series, acb_poly_sinc_series
|
2016-03-13 00:22:17 +01:00 |
|
Fredrik Johansson
|
d1ac8dc4b9
|
sinh and cosh for power series
|
2016-03-11 03:40:31 +01:00 |
|
Fredrik Johansson
|
11755ee3d4
|
erf, erfc, erfi of power series in the acb_hypgeom module
|
2016-03-10 15:52:43 +01:00 |
|
Fredrik Johansson
|
d04a8705a2
|
implement convolution-based Taylor shift
|
2016-01-19 14:17:33 +01:00 |
|
Fredrik Johansson
|
ebd0d9ce64
|
implement fast Taylor shift and use in special-form polynomial composition
|
2016-01-18 14:38:21 +01:00 |
|
alex
|
020433d0dc
|
ENH: add fprint
|
2015-12-31 19:06:07 -05:00 |
|
William Hart
|
cf387f65a5
|
long -> slong acb_poly.rst.
|
2015-11-06 11:35:54 +00:00 |
|
Fredrik Johansson
|
aaa4d868a0
|
include doc
|
2015-10-07 14:47:01 +02:00 |
|
Fredrik Johansson
|
59203d90ef
|
implement the Fujiwara root bound
|
2015-07-22 13:24:08 +02:00 |
|
Fredrik Johansson
|
e4f4447d3f
|
add digamma series
|
2015-07-07 14:30:36 +02:00 |
|
Fredrik Johansson
|
0efc582992
|
update docs
|
2015-07-04 22:45:16 +02:00 |
|
Fredrik Johansson
|
2c5d00981e
|
implement [arb/acb]_poly_cot_pi_series
|
2015-06-16 13:10:18 +02:00 |
|
Fredrik Johansson
|
39b3433b2b
|
add arb/acb_poly_add_si
|
2015-02-15 05:00:31 +01:00 |
|
Fredrik Johansson
|
ed2990d5f8
|
add sin_pi_series and friends
|
2015-02-10 17:45:20 +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
|
9f46fd1133
|
add poly_set_round methods
|
2015-01-19 16:52:15 +01:00 |
|
Fredrik Johansson
|
f66d002884
|
more is_real methods; use in acb_mat exp and det
|
2015-01-18 17:21:23 +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
|
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
|
a98caad160
|
add acb_poly powering code, eisenstein series, and more test code
|
2014-10-21 16:39:48 +02:00 |
|
Fredrik Johansson
|
3095ac9614
|
add polylog_series and document
|
2014-07-10 01:52:25 +02:00 |
|
Fredrik Johansson
|
4cc48bd0a1
|
generalize powsum to allow a geometric factor
|
2014-07-05 17:38:02 +02:00 |
|
Fredrik Johansson
|
744287bc26
|
further documentation
|
2014-06-20 11:36:19 +02:00 |
|
Fredrik Johansson
|
e7f0fff490
|
port gamma function power series methods
|
2014-06-05 00:43:30 +02:00 |
|
Fredrik Johansson
|
4df2988515
|
update documentation
|
2014-05-27 20:14:09 +02:00 |
|