.. |
test
|
add Fresnel integrals
|
2016-03-15 16:47:02 +01:00 |
0f1.c
|
Some missing long -> slong conversions.
|
2015-11-10 12:40:40 +00:00 |
2f1.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
2f1_choose.c
|
complete the 2F1 implementation
|
2015-10-19 17:10:46 +02:00 |
2f1_continuation.c
|
move mag_add_ui to its own file and document it
|
2016-02-28 02:43:46 +01:00 |
2f1_corner.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
2f1_direct.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
2f1_series_direct.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
2f1_transform.c
|
printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf.
|
2015-11-06 16:17:27 +00:00 |
airy.c
|
include flint/foo.h instead of foo.h
|
2016-03-03 15:42:23 +01:00 |
airy_asymp.c
|
initial code for Airy functions
|
2015-11-19 11:10:22 +01:00 |
airy_bound.c
|
in one case, airy_bound accidentally chose the worst formula instead of the best, always giving inf near arg(z) = pi/3
|
2016-03-16 01:21:56 +01:00 |
airy_direct.c
|
rename arb_root -> arb_root_ui for consistency (but keep alias)
|
2015-11-23 14:49:00 +01:00 |
airy_jet.c
|
series expansions of Airy functions
|
2016-03-09 15:10:17 +01:00 |
airy_series.c
|
series expansions of Airy functions
|
2016-03-09 15:10:17 +01:00 |
bessel_i.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
bessel_j.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
bessel_k.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
bessel_y.c
|
allow computing Bessel J and Y simultaneously
|
2015-11-28 05:12:44 +01:00 |
chebyshev_t.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
chebyshev_u.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
chi.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
chi_series.c
|
series expansions of trigonometric and hyperbolic integrals
|
2016-03-13 03:42:47 +01:00 |
ci.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
ci_series.c
|
series expansions of trigonometric and hyperbolic integrals
|
2016-03-13 03:42:47 +01:00 |
ei.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
ei_series.c
|
exponential integral Ei of power series
|
2016-03-12 22:49:26 +01:00 |
erf.c
|
erf_asymp: evaluate at midpoint when the input is small
|
2016-03-16 21:12:24 +01:00 |
erf_series.c
|
erf, erfc, erfi of power series in the acb_hypgeom module
|
2016-03-10 15:52:43 +01:00 |
erfc.c
|
avoid cancellation in erfc
|
2016-03-14 16:24:16 +01:00 |
erfc_series.c
|
erf, erfc, erfi of power series in the acb_hypgeom module
|
2016-03-10 15:52:43 +01:00 |
erfi.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
erfi_series.c
|
erf, erfc, erfi of power series in the acb_hypgeom module
|
2016-03-10 15:52:43 +01:00 |
expint.c
|
support computing the regularized incomplete gamma function
|
2016-03-10 01:35:18 +01:00 |
fresnel.c
|
fresnel integrals: use high precision code for bounds when the input is large
|
2016-03-16 21:11:21 +01:00 |
gamma_upper.c
|
support computing the regularized incomplete gamma function
|
2016-03-10 01:35:18 +01:00 |
gegenbauer_c.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
hermite_h.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
jacobi_p.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
laguerre_l.c
|
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 |
legendre_p.c
|
printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf.
|
2015-11-06 16:17:27 +00:00 |
legendre_p_uiui_rec.c
|
rename arb_fac2_ui -> arb_doublefac_ui (more descriptive)
|
2015-12-29 17:22:57 +01:00 |
legendre_q.c
|
printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf.
|
2015-11-06 16:17:27 +00:00 |
li.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
li_series.c
|
logarithmic integral of power series
|
2016-03-13 04:11:14 +01:00 |
m.c
|
LONG_MAX/ULONG_MAX -> WORD_MAX/UWORD_MAX in *.c and test/*.c.
|
2015-11-10 13:31:16 +00:00 |
pfq.c
|
add generalized hypergeometric function acb_hypgeom_pfq
|
2016-03-04 04:43:42 +01:00 |
pfq_bound_factor.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
pfq_choose_n.c
|
u_asymp: estimate error more accurately when selecting n, and handle terminating cases better when R = 0
|
2016-02-14 18:15:14 +01:00 |
pfq_direct.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
pfq_series_direct.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
pfq_sum.c
|
pfq_sum: prefer binary splitting
|
2016-03-14 13:06:29 +01:00 |
pfq_sum_bs.c
|
acb_hypgeom_sum - avoid dividing s by the denominator of the next term, since this could lead to a division by zero when evaluating a hypergeometric polynomial truncated early (e.g. gamma_upper(-5,1))
|
2016-02-22 16:26:26 +01:00 |
pfq_sum_fme.c
|
acb_hypgeom_sum - avoid dividing s by the denominator of the next term, since this could lead to a division by zero when evaluating a hypergeometric polynomial truncated early (e.g. gamma_upper(-5,1))
|
2016-02-22 16:26:26 +01:00 |
pfq_sum_forward.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
pfq_sum_rs.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
shi.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
shi_series.c
|
series expansions of trigonometric and hyperbolic integrals
|
2016-03-13 03:42:47 +01:00 |
si.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
si_series.c
|
series expansions of trigonometric and hyperbolic integrals
|
2016-03-13 03:42:47 +01:00 |
spherical_y.c
|
LONG_MAX/ULONG_MAX -> WORD_MAX/UWORD_MAX in *.c and test/*.c.
|
2015-11-10 13:31:16 +00:00 |
u.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
u_asymp.c
|
rm fixed comment
|
2016-02-14 18:19:02 +01:00 |
u_use_asymp.c
|
fix two minor bugs related to parameter selection in hypergeometric series
|
2015-11-19 11:09:51 +01:00 |