.. |
test
|
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 |
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
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00: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
|
fix long -> slong in airy.c
|
2016-02-16 16:44:26 +01:00 |
airy_asymp.c
|
initial code for Airy functions
|
2015-11-19 11:10:22 +01:00 |
airy_bound.c
|
initial code for Airy functions
|
2015-11-19 11:10:22 +01:00 |
airy_direct.c
|
rename arb_root -> arb_root_ui for consistency (but keep alias)
|
2015-11-23 14:49:00 +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 |
ci.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
ei.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
erf.c
|
use acb_csgn to save a couple of lines of code in erf
|
2016-02-18 01:42:51 +01:00 |
erfc.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
erfi.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
expint.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00:00 |
gamma_upper.c
|
LONG_MAX/ULONG_MAX -> WORD_MAX/UWORD_MAX in *.c and test/*.c.
|
2015-11-10 13:31:16 +00: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 |
m.c
|
LONG_MAX/ULONG_MAX -> WORD_MAX/UWORD_MAX in *.c and test/*.c.
|
2015-11-10 13:31:16 +00: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
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00: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 |
si.c
|
long -> slong in acb_hypgeom/ and acb_hypgeom/test/.
|
2015-11-05 17:46:43 +00: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 |