Commit graph

2525 commits

Author SHA1 Message Date
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
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
fredrik
b924a3afcd acb_dirichlet_l_fmpq_afe: handle the singular series 2021-11-27 13:29:53 +01:00
fredrik
11de2dd2f6 acb_dirichlet_l_fmpq 2021-11-25 15:20:28 +01:00
fredrik
e66ba199d6 acb_dirichlet_root_number: real when real 2021-11-25 14:45:30 +01:00
fredrik
56c6b4de2e mag_pow_fmpz: allow negative exponents 2021-11-25 13:55:44 +01:00
fredrik
2746f165a3 Merge branch 'master' of github.com:fredrik-johansson/arb 2021-11-24 10:21:22 +01:00
fredrik
201c47895c fix silly inefficiency 2021-11-24 10:21:11 +01:00
Fredrik Johansson
1dc1ca5bd7
Update README.md 2021-11-24 09:46:39 +01:00
Fredrik Johansson
822e068ecb
appveyor: skip cl + 32bit since the environment is permanently broken 2021-11-24 09:33:55 +01:00
fredrik
7db71cec11 faster code for exact Euler numbers 2021-11-21 20:51:27 +01:00
fredrik
74fe9b32be optimize arb_ui_pow_ui 2021-11-21 19:23:16 +01:00
fredrik
a173c19ddb add arb_primorial_ui, arb_primorial_nth_ui 2021-11-03 22:17:37 +01:00
fredrik
10b8354480 try something 2021-10-29 13:13:33 +02:00
fredrik
79b255787b Harvey's multimodular algorithm + hybrid algorithm for large Bernoulli numbers 2021-10-28 18:03:34 +02:00
fredrik
e3a633dcc1 update docs; call this 2.21.1 2021-10-20 11:47:48 +02:00
Albin Ahlbäck
d8e4f00c81 Remove dead link in setup docs 2021-10-19 13:14:02 +02:00
fredrik
f951da3181 add an explicit include 2021-10-16 12:58:30 +02:00
fredrik
60d16f93c4 [PATCH] Do not encode the library version in the SONAME on Android (from Andreas Enge) 2021-10-16 12:57:26 +02:00
fredrik
d271652d31 add missing include 2021-09-29 19:55:34 +02:00
fredrik
df05a35534 add missing fpwrap pow 2021-09-28 12:52:35 +02:00
fredrik
450435a84a fix (hopefully) spurious test failures for gamma_fmpq 2021-09-28 12:07:45 +02:00
fredrik
928a2ec61a add a diagnostic message 2021-09-28 10:36:42 +02:00
fredrik
bd68cc0219 update docs; call this 2.21.0 2021-09-25 11:53:01 +02:00
fredrik
89cb885c07 more fixes 2021-09-25 10:57:27 +02:00
fredrik
3ff973a37f small fix 2021-09-24 14:27:39 +02:00