Commit graph

642 commits

Author SHA1 Message Date
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
alex
3b29ecee3e docs typo 2016-04-18 19:12:19 -04:00
alex
53fb93bbdd MAINT: use acb_hypgeom_m for lower incomplete gamma 2016-04-18 19:03:26 -04:00
alex
0f280312a8 ENH: add lower gamma 2016-04-15 20:34:50 -04:00
Fredrik Johansson
ce31cfdc05 arf_neg_round supports ARF_RND_NEAR; add test code 2016-04-15 15:39:35 +02:00
Fredrik Johansson
16f6ebd87b support ARF_RND_NEAR in arf_mul_* methods 2016-04-15 15:27:34 +02:00
alex
9244c07d67 ENH: compute frobenius norm interval 2016-04-06 12:25:57 -04:00
alex
eb9573c61c MAINT: fro -> frobenius 2016-04-06 11:32:51 -04:00
alex
2f0ec37027 ENH: frobenius norm 2016-04-05 18:47:36 -04:00
Fredrik Johansson
8549def010 Merge pull request #125 from argriffing/arb-min-max
ENH: arb min and max
2016-04-05 21:19:48 +02:00
alex
8f4a7aa797 ENH: arb min and max 2016-04-01 20:28:29 -04:00
alex
4a5e1c9e78 MAINT: remove _arb_vec_norm which did not actuallly compute a norm 2016-03-31 12:16:31 -04:00
Fredrik Johansson
27bf215cfe fix two doc typos 2016-03-29 19:09:30 +02:00
Fredrik Johansson
5c5235dc0f fix a typo 2016-03-24 22:34:28 +01:00
Fredrik Johansson
581e0c28a3 test and document mag_get_d 2016-03-21 21:41:48 +01:00
Fredrik Johansson
2ba3e36dbd avoid another square root, and fix formula in the documentation 2016-03-19 14:39:05 +01:00
Fredrik Johansson
f2a0b65f35 clarify unsafety of ARF_PREC_EXACT 2016-03-18 15:05:59 +01:00
Fredrik Johansson
5ca2c97d15 Fresnel integrals of power series 2016-03-17 17:21:55 +01:00
Fredrik Johansson
d6097d77d7 add Fresnel integrals 2016-03-15 16:47:02 +01:00
Fredrik Johansson
2ce31966e9 Merge pull request #120 from argriffing/enh-arb-intersection
ENH: arb_intersection
2016-03-15 14:16:30 +01:00
alex
85cb19366a ENH: arb_intersection 2016-03-14 13:05:59 -04:00
Fredrik Johansson
c7ea34ed71 avoid cancellation in erfc 2016-03-14 16:24:16 +01:00
Fredrik Johansson
d0a2c0cb0d compute erf without cancellation problems for complex z 2016-03-14 13:17:56 +01:00
Fredrik Johansson
ca947bf1ae add mag_sub and mag_expinv 2016-03-14 02:05:07 +01:00