Commit graph

73 commits

Author SHA1 Message Date
fredrik
071e9315a6 Fungrim references for Coulomb wave functions 2019-06-20 08:10:51 +02:00
fredrik
0b1d991d13 fix doc typo 2019-02-26 17:08:27 +01:00
fredrik
53fa246a3c real wrappers for Coulomb wave functions 2019-02-26 16:43:50 +01:00
fredrik
8223465324 Coulomb wave functions 2019-02-26 15:12:19 +01:00
fredrik
7f98274601 implement scaled modified Bessel functions 2018-03-23 13:41:46 +01:00
Fredrik Johansson
536ec0faaf faster dilog implementation 2017-02-24 21:58:23 +01:00
Fredrik Johansson
3a4005d1e1 more arb_hypgeom wrappers 2016-07-07 01:49:25 +02:00
Fredrik Johansson
1835534cae incomplete beta function 2016-05-19 15:43:15 +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
9ef9f79145 2F1: allow computing finite limits for inexact parameters differing by integers 2016-05-10 17:21:26 +02:00
alex
9e2c631de8 ENH: add incomplete gamma lower series 2016-04-25 14:01:56 -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
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
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
2ba3e36dbd avoid another square root, and fix formula in the documentation 2016-03-19 14:39:05 +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
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
2c7cb96656 logarithmic integral of power series 2016-03-13 04:11:14 +01:00
Fredrik Johansson
f50489aa1d series expansions of trigonometric and hyperbolic integrals 2016-03-13 03:42:47 +01:00
Fredrik Johansson
da407b2a2d exponential integral Ei of power series 2016-03-12 22:49:26 +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
cda7f0503a support computing the regularized incomplete gamma function 2016-03-10 01:35:18 +01:00
Fredrik Johansson
daa5a20aa8 series expansions of Airy functions 2016-03-09 15:10:17 +01:00
Fredrik Johansson
0c336d0d27 more notes on error bounds for hypergeometric series 2016-03-07 16:42:52 +01:00
Fredrik Johansson
6f9ebe7871 with several equations in one math block, sphinx now creates a right-aligning align environment 2016-03-06 23:26:01 +01:00
Fredrik Johansson
7746b9afa9 add generalized hypergeometric function acb_hypgeom_pfq 2016-03-04 04:43:42 +01:00
Fredrik Johansson
92e3d6da33 move unwieldy math on the acb_hypgeom doc page to a separate page 2016-02-27 04:28:29 +01:00
Fredrik Johansson
801c519852 document the sections better 2016-02-24 19:15:02 +01:00
Fredrik Johansson
b3372fb39e fix a typo in the docs for u_asymp 2016-02-14 17:54:45 +01:00
Fredrik Johansson
4161094ac2 fix test failures for Laguerre function: be more careful with infinities, and make the function undefined for negative integer n so as to be consistent with the test recurrence relation 2015-12-31 01:14:56 +01:00
Fredrik Johansson
d9eb026ae0 allow computing Bessel J and Y simultaneously 2015-11-28 05:12:44 +01:00
Fredrik Johansson
3f7bff58f3 fix typo 2015-11-22 17:52:26 +01:00
Fredrik Johansson
dd3bf52d47 clarify that error bound depends on z 2015-11-21 01:38:06 +01:00
Fredrik Johansson
9eed54684c initial code for Airy functions 2015-11-19 11:10:22 +01:00
William Hart
80dc7d41b4 long -> slong acb_hypgeom.rst. 2015-11-06 11:30:21 +00:00
Fredrik Johansson
f99ea4c87a typo 2015-11-05 16:13:12 +01:00
Fredrik Johansson
2ca92e5f96 implement the confluent 0F1 function 2015-11-05 15:23:59 +01:00
Fredrik Johansson
4f741bff1c implement spherical harmonics 2015-11-01 17:59:59 +01:00
Fredrik Johansson
d84efb61ca use recurrence relations for Legendre polynomials of some orders 2015-11-01 15:52:49 +01:00
Fredrik Johansson
d281d74021 Chebyshev functions 2015-11-01 06:05:48 +01:00
Fredrik Johansson
8aa260c35a Jacobi, Gegenbauer, Laguerre, Hermite functions 2015-10-31 23:12:54 +01:00
Fredrik Johansson
ef64707fa9 implement Legendre functions 2015-10-27 23:55:16 +01:00
Fredrik Johansson
d3330a59cc document it 2015-10-19 21:34:49 +02:00