Commit graph

40 commits

Author SHA1 Message Date
Fredrik Johansson
202a24d965 remove print statement 2022-05-19 09:25:09 +02:00
Fredrik Johansson
196f3f7f3c multithreaded euler numbers 2022-05-18 16:43:00 +02:00
Fredrik Johansson
b74162a5a7 multithreaded multi-bernoulli generation 2022-05-18 15:36:44 +02:00
Fredrik Johansson
a8c5b33cff multithreaded bernoulli numbers 2022-05-16 15:21:42 +02:00
fredrik
076249eaee fix asserts in bernoulli_mod_p_harvey 2022-03-01 13:58:40 +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
389c085263 slight speedup of bernoulli cache for small n (todo: properly benchmark and improve) 2021-08-30 11:43:51 +02:00
Tommy Hofmann
6bf072eb59 Replace abort with flint_abort.
This will allow us to not loose the julia session on error.
See also https://github.com/wbhart/flint2/pull/243
2017-02-28 16:52:57 +01:00
Fredrik Johansson
ecb70e7476 update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
Fredrik Johansson
b4ebc87a1d use arb_test_multiplier to control number of test iterations 2016-04-10 17:24:58 +02:00
Fredrik Johansson
80640c87e2 include flint/foo.h instead of foo.h 2016-03-03 15:42:23 +01:00
William Hart
34008143c1 long -> slong return values. 2015-11-10 13:41:43 +00:00
William Hart
55c2827539 printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
William Hart
0383e04c21 %lu -> %wu in *.c. 2015-11-06 15:56:28 +00:00
William Hart
72abf04641 %ld -> %wd in *.c. 2015-11-06 15:51:44 +00:00
William Hart
5513b601c8 (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
William Hart
0e50b3f297 long -> slong in bernoulli/ and bernoulli/test/. 2015-11-05 18:01:09 +00:00
Fredrik Johansson
f529b48fc5 un-inline two functions in the bernoulli module 2015-09-23 15:03:50 +02:00
Fredrik Johansson
8a93d36afa clean up bernoulli.h: use prefix for helper functions to avoid potential naming conflicts 2014-11-11 03:01:57 +01:00
Fredrik Johansson
e493a6dd43 remove most of the old (arb 1.x) modules 2014-08-19 01:26:52 +02:00
Fredrik Johansson
a4019154e7 replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
Fredrik Johansson
459e931d5b use new types for bernoulli iteration code 2014-06-14 23:23:55 +02:00
Fredrik Johansson
9fd66aa77d port some of the bernoulli number code 2014-06-14 22:08:38 +02:00
Fredrik Johansson
8d80118bbd add fmprb_inv and replace uses of fmprb_ui_div 2013-11-12 15:25:50 +01:00
Fredrik Johansson
68326d1021 fixes to make repeated flint_cleanup() calls safe 2013-08-02 12:36:53 +02:00
Fredrik Johansson
3f345ce848 use flint_cleanup in a few more places 2013-07-30 13:06:08 +02:00
Fredrik Johansson
52d62da488 support gmp 2013-05-07 17:41:32 +01:00
Fredrik Johansson
7c389434ba disable TLS if disabled in flint 2013-04-27 21:07:57 +02:00
Fredrik Johansson
5443028a39 more accurate factorial when computing bernoulli number 2013-03-27 18:38:22 +01:00
Fredrik Johansson
475bb2c8f3 reorg zeta related functions 2013-03-27 15:54:05 +01:00
Fredrik Johansson
5b717cd6d7 native Bernoulli number code 2013-03-15 16:16:09 +01:00
Fredrik Johansson
b30c6b29cd fix unnecessary recomputation of bernoulli numbers 2013-03-04 00:55:11 +01:00
Fredrik Johansson
63c1552fe5 add bernoulli_bound_2exp_si 2013-02-18 07:59:48 +01:00
Fredrik Johansson
e492edc046 change a #define to uppercase 2013-02-13 07:56:56 +01:00
Fredrik Johansson
cd02409a6f also use tls for bernoulli numbers 2013-01-13 22:49:33 +01:00
Fredrik Johansson
75055830c4 initialize variables 2012-12-19 20:03:15 +01:00
Fredrik Johansson
f8f70cc895 bugfix 2012-12-19 16:56:12 +01:00
Fredrik Johansson
e6e55f1a01 bugfix 2012-12-19 14:43:08 +01:00
Fredrik Johansson
76a4b8dcc1 faster Bernoulli number generation 2012-12-19 14:04:00 +01:00