Commit graph

2549 commits

Author SHA1 Message Date
Fredrik Johansson
ab5e81c262
Merge pull request #409 from postmath/issue408
Positive * pos_inf should be pos_inf, not 0 +- inf. Same for other combinations of signs.
2022-03-25 12:10:20 +01:00
postmath
a9f8822361 Optimization: LAGOM is finite. Add test. 2022-03-14 17:05:14 -04:00
postmath
89b489e64d Positive * pos_inf should be pos_inf, not 0 +- inf. Same for other combinations of signs. This addresses github issue #408. 2022-03-11 22:58:19 -05:00
fredrik
076249eaee fix asserts in bernoulli_mod_p_harvey 2022-03-01 13:58:40 +01:00
fredrik
8971bee10c a couple of small improvements 2022-02-18 18:09:57 +01:00
fredrik
1abaf57c00 first implementation of Lerch transcendent 2022-02-16 18:55:43 +01:00
fredrik
b401d7cc34 update docs; call this 2.22.1 2022-01-25 13:07:17 +01:00
fredrik
ffb8e3b241 Merge branch 'master' of github.com:fredrik-johansson/arb 2022-01-24 16:17:10 +01:00
fredrik
c0965c3733 fix a minor bug in hypgeom_m (nan result only setting real part to nan) 2022-01-24 16:16:55 +01:00
Fredrik Johansson
10b0d35014
Merge pull request #403 from oscardssmith/patch-1
remove reference to ArbFloats.jl which is deprecated.
2022-01-21 23:06:58 +01:00
Oscar Smith
d0e8c287ca
remove reference to ArbFloats.jl which is deprecated. 2022-01-21 16:31:25 -05:00
fredrik
01cf6c9f53 add another missing include 2022-01-20 20:37:50 +01:00
fredrik
5b5b2a6dc8 fix a few potential bugs 2022-01-20 20:28:46 +01:00
fredrik
c2b7e36915 update docs; call this 2.22.0 2022-01-15 20:09:19 +01:00
fredrik
5d8822781e add arf_equal_ui, arf_equal_d (fixes #381) 2022-01-14 14:38:15 +01:00
fredrik
43d25447e8 Merge branch 'master' of github.com:fredrik-johansson/arb 2022-01-14 14:22:56 +01:00
fredrik
915022dc31 add arf_get_str; rewrite arf_fprintd 2022-01-14 14:22:16 +01:00
fredrik
a00859dcd9 fix loss of precision in arb_get_str with > 10^6 digits 2022-01-13 12:12:39 +01:00
Fredrik Johansson
c9b1719b45
Merge pull request #395 from Joel-Dahne/fix-documentation
Minor fixes to documentation
2022-01-13 11:18:12 +01:00
fredrik
f7849aa1d8 rel accuracy version of an internal function 2022-01-13 11:12:26 +01:00
fredrik
f6d1112d25 re-enable 32-bit cl on appveyor 2021-12-22 19:14:01 +01:00
Fredrik Johansson
9c90f5a378
Merge pull request #398 from isuruf/appveyor3
update conda location in appveyor
2021-12-22 14:26:55 +01:00
fredrik
1a8b6d5412 fix test code 2021-12-21 22:55:45 +01:00
fredrik
88ee2a68fb new arb_hypgeom_ci 2021-12-21 22:53:06 +01:00
fredrik
fcffcf32b8 more hypergeometric series code; new implementation of arb_hypgeom_si 2021-12-21 19:20:21 +01:00
Isuru Fernando
3e6b8b5695 update conda location in appveyor 2021-12-21 08:04:38 +05:30
Joel Dahne
cf174ad64f Minor fixes to documentation 2021-12-20 20:06:40 -05:00
fredrik
0a7c01edf3 imaginary-z version of arb_hypgeom_sum_fmpq_arb 2021-12-19 20:45:39 +01:00
fredrik
b2fedf39c5 fix typo 2021-12-19 19:50:31 +01:00
fredrik
5622afcb23 more optimized real hypergeometric series evaluation (work in progress) 2021-12-19 17:41:09 +01:00
fredrik
52d937aa6e add arb_fma_si, arb_fma_fmpz 2021-12-19 12:04:03 +01:00
fredrik
ac4ffbcafd accuracy fix; test beta_lower cases 2021-12-10 18:40:00 +01:00
fredrik
e79a80340f more numerical integration implementations 2021-12-10 18:12:01 +01:00
fredrik
75df786325 fix bug in fpwrap 2021-12-10 13:36:41 +01:00
fredrik
2aa02b9171 use integration as fallback in some cases (experimental) 2021-12-10 13:36:27 +01:00
fredrik
956013d9e2 use Kummer transformation in u_integration 2021-12-10 10:47:48 +01:00
fredrik
491cf82b5c add arb_hypgeom_2f1_integration 2021-12-10 10:22:01 +01:00
fredrik
f8f1c044a4 add arb_hypgeom_u_integration; some cleanup 2021-12-09 17:56:09 +01:00
fredrik
555bc0403e fixes 2021-12-09 16:49:03 +01:00
fredrik
cf768614ca avoid an overflow 2021-12-08 20:01:08 +01:00
fredrik
85cdf7ea0b try more robust di_fast code 2021-12-08 18:31:26 +01:00
fredrik
3fe73a8524 add arb_hypgeom_1f1_integration 2021-12-08 16:55:42 +01:00
fredrik
49f54b25a5 Merge remote-tracking branch 'origin/master' 2021-12-08 11:13:17 +01:00
fredrik
3345c7839c helpers for double interval arithmetic 2021-12-08 11:12:52 +01:00
Fredrik Johansson
96b56123f2
Merge pull request #392 from davidlowryduda/master
Correct typos in documentation.
2021-12-06 11:08:08 +01:00
Fredrik Johansson
521f399479
Merge pull request #384 from albinahlback/remove_dead_link
Remove dead link in setup docs
2021-12-06 11:07:33 +01:00
fredrik
22fff3bb87 add arb_fpwrap_double_erfinv, arb_fpwrap_double_erfcinv 2021-12-05 13:12:11 +01:00
fredrik
139adec806 add arb_hypgeom_erfinv, arb_hypgeom_erfcinv 2021-12-05 12:39:37 +01:00
fredrik
fe6d001c84 new arb_hypgeom_erf, arb_hypgeom_erfc 2021-12-02 18:19:40 +01:00
David Lowry-Duda
97cae282c4 Correct typos in documentation.
I noticed that the function `acb_dirichler_hurwitz_precomp_choose_param`
had misspelled `dirichlet` in the documentation (not the code). This
corrects that, and a few other less important typos at the same time.
2021-11-30 11:53:06 -05:00