Fredrik Johansson
a8c5b33cff
multithreaded bernoulli numbers
2022-05-16 15:21:42 +02:00
Fredrik Johansson
1c618abfae
multithreaded numerical integration
2022-05-16 14:20:40 +02: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
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 Johansson
c9b1719b45
Merge pull request #395 from Joel-Dahne/fix-documentation
...
Minor fixes to documentation
2022-01-13 11:18:12 +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
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
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
e79a80340f
more numerical integration implementations
2021-12-10 18:12:01 +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
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
56c6b4de2e
mag_pow_fmpz: allow negative exponents
2021-11-25 13:55:44 +01:00
fredrik
7db71cec11
faster code for exact Euler numbers
2021-11-21 20:51:27 +01:00
fredrik
a173c19ddb
add arb_primorial_ui, arb_primorial_nth_ui
2021-11-03 22:17:37 +01: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
df05a35534
add missing fpwrap pow
2021-09-28 12:52:35 +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
64677df002
some minimal test code
2021-09-24 14:15:03 +02:00
fredrik
7d5a70f229
more wrappers
2021-09-24 13:48:02 +02:00
fredrik
aa901badda
more wrappers
2021-09-23 23:12:16 +02:00
fredrik
636ca0be39
wrap more functions
2021-09-23 19:08:48 +02:00
fredrik
512d72b2e4
wrap more functions
2021-09-23 16:04:31 +02:00
fredrik
28e672e7da
Merge branch 'master' of github.com:fredrik-johansson/arb
2021-09-23 14:37:06 +02:00
fredrik
ac8e6ead29
begin floating-point wrapper module
2021-09-23 14:36:54 +02:00
Fredrik Johansson
dd10372a4b
Merge pull request #370 from albinahlback/doc_expm1_arb
...
Minor documentation changes
2021-09-22 11:16:49 +02:00
Albin Ahlbäck
2acfe29830
Add acb_add_error_arb
...
Also add acb_add_error_arf to the documentation.
2021-09-21 17:14:01 +02:00
fredrik
52474120ce
begin make old gamma functions call new code
2021-09-19 15:07:07 +02:00
fredrik
eed5af28f8
arb_hypgeom_gamma_fmpq
2021-09-02 14:10:38 +02:00