Commit graph

665 commits

Author SHA1 Message Date
Pascal
8834d2bf72 doc 2016-10-08 22:46:03 +02:00
Pascal
402be335d8 doc dlog 2016-10-08 22:46:03 +02:00
Pascal
6705804cf7 profile central value 2016-10-08 22:46:02 +02:00
Pascal
058e17e4cc doc typo 2016-10-08 22:46:02 +02:00
Pascal
82e0924d3e doc dft 2016-10-08 22:46:02 +02:00
Pascal
3a5b17e5f6 some documentation + syntax 2016-10-08 22:46:01 +02:00
Pascal
c37fc67884 document and remove chi_vec_sieve function 2016-10-08 22:46:01 +02:00
Pascal
fe9116073f document dlog module 2016-10-08 22:46:01 +02:00
Pascal
f209d4307c add conrey index inside char 2016-10-08 22:46:00 +02:00
Pascal
a48ca38e09 refactor order 2016-10-08 22:46:00 +02:00
Pascal
320e35a53a change interface to switch acb / ui output 2016-10-08 22:46:00 +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
e7e96625bd some more content and clarifications for setup.rst 2016-09-06 18:28:38 +02:00
Fredrik Johansson
bbdeca4cda add acb_printn / acb_fprintn and tweak documentation 2016-09-06 18:01:14 +02:00
Fredrik Johansson
4b916e75d2 add missing documentation 2016-09-06 13:52:47 +02:00
Fredrik Johansson
5468d7d31b wrap bessel functions for arb_hypgeom 2016-09-05 21:32:19 +02:00
Fredrik Johansson
5a3778befc wrap airy functions for arb_hypgeom 2016-09-05 20:54:16 +02:00
Fredrik Johansson
9f0e392d2b add poly set_trunc and set_trunc_round methods 2016-09-02 16:01:15 +02:00
rickyefarr
e5e2561ef1 Move some existing documentation around 2016-08-16 02:33:16 -04:00
Fredrik Johansson
3a4005d1e1 more arb_hypgeom wrappers 2016-07-07 01:49:25 +02:00
Fredrik Johansson
3f872d074c document arb_hypgeom 2016-07-06 20:34:26 +02:00
Fredrik Johansson
1835534cae incomplete beta function 2016-05-19 15:43:15 +02:00
Fredrik Johansson
f0dbadc14b add logistic map example program 2016-05-17 14:36:12 +02:00
Fredrik Johansson
5d77920f43 pfq_series_sum: implement binary splitting and rectangular splitting -> greatly speeds up Y_n(z), K_n(z) and other functions at high precision, and speeds up high-order parameter derivatives 2016-05-16 18:40:45 +02:00
Fredrik Johansson
6f294eab35 add poly is_zero, is_one, is_x methods 2016-05-16 12:33:16 +02:00
Fredrik Johansson
9ef9f79145 2F1: allow computing finite limits for inexact parameters differing by integers 2016-05-10 17:21:26 +02:00
Fredrik Johansson
f10d1de631 document some arf low-level methods 2016-04-29 14:04:49 +02:00
Fredrik Johansson
20159fcc4f Merge remote-tracking branch 'origin/master' 2016-04-29 13:50:19 +02:00
Fredrik Johansson
13bbbd92c6 add arf_frexp 2016-04-29 13:50:05 +02:00
alex
427c397a46 ENH: arb poly scalar mul and div 2016-04-28 10:56:13 -04:00
Fredrik Johansson
7597e44344 Merge pull request #141 from argriffing/acb-poly-scalar-helpers
ENH: acb poly scalar mul and div convenience functions
2016-04-28 11:39:55 +02:00
alex
ae3777314d ENH: acb poly scalar mul and div convenience functions 2016-04-27 21:23:54 -04:00
Fredrik Johansson
c56b809bb7 Merge remote-tracking branch 'origin/master' 2016-04-28 01:47:09 +02:00
Fredrik Johansson
6e48b12f37 ARF_RND_NEAR should now work everywhere (not tested for div, sqrt, rsqrt, root) 2016-04-28 01:46:50 +02:00
Fredrik Johansson
53b6db89d3 Merge pull request #140 from argriffing/gamma-lower-series
ENH: add incomplete gamma lower series
2016-04-27 23:17:20 +02:00
Fredrik Johansson
8e6bee9824 document license (LGPL) 2016-04-26 17:48:35 +02:00
alex
9e2c631de8 ENH: add incomplete gamma lower series 2016-04-25 14:01:56 -04:00
Fredrik Johansson
9247b026b2 Merge pull request #137 from argriffing/docs-typo-2
DOC: typos
2016-04-22 15:46:39 +02:00
Fredrik Johansson
9c00e3a69f Merge pull request #134 from argriffing/move-incomplete-gamma-series
MAINT: move upper incomplete gamma series from acb_poly to acb_hypgeom
2016-04-22 15:46:29 +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
2ef8db5c16 MAINT: fix upper gamma series regularized=2 2016-04-21 12:13:28 -04:00
alex
7008991878 ENH: regularization of upper incomplete gamma series 2016-04-20 17:43:59 -04:00
Ricky E. Farr
73011a5386 Add arb_sqr and acb_sqr functions and documentation 2016-04-20 06:15:31 -04:00
alex
c0bd423eef DOC: function name typo 2016-04-19 16:40:07 -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
0380515879 Merge pull request #133 from argriffing/hypgeom-gamma-lower
ENH: add lower gamma
2016-04-19 01:45:04 +02:00
alex
e2d125532e DOC: more equations for lower gamma 2016-04-18 19:25:01 -04:00