Commit graph

18 commits

Author SHA1 Message Date
p15-git-acc
75cf01c68a use the right format specifiers for slong and ulong 2020-11-12 16:41:19 -06:00
fredrik
63526714e2 utility functions acb_sqrt_analytic, acb_rsqrt_analytic, acb_log_analytic, acb_pow_analytic, acb_real_sqrtpos; also improve bounds in acb_rsqrt 2018-02-23 00:21:01 +01:00
fredrik
ee10a84c43 bump default quadrature deg_limit at low precision => speedup for entire functions 2018-02-12 15:12:30 +01:00
fredrik
fbe994f446 utility functions acb_real_abs, sgn, heaviside, floor, ceil, min, max 2018-02-10 22:31:33 +01:00
Fredrik Johansson
b36a15bd8c add test code for acb_calc_integrate 2017-11-26 18:52:58 +01:00
Fredrik Johansson
c9cca291d5 minor improvements to integration code; change interface; more examples 2017-11-22 00:24:20 +01:00
Fredrik Johansson
0fbf524a22 some changes to integration 2017-11-16 13:27:29 +01:00
Fredrik Johansson
d59bcb2e6a optional use of binary heap to sort subintervals by global error 2017-11-12 18:59:31 +01:00
Fredrik Johansson
c2745a17a1 tweaks to integration 2017-11-12 17:14:25 +01:00
Fredrik Johansson
ed24c04d0c new adaptive integration code as part of the acb_calc module 2017-11-10 14:08:51 +01: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
William Hart
55c2827539 printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
William Hart
72abf04641 %ld -> %wd in *.c. 2015-11-06 15:51:44 +00:00
William Hart
f4ef71125d long -> slong in acb_calc/ and acb_calc/test. 2015-11-05 17:45:18 +00:00
Fredrik Johansson
a4019154e7 replace makefiles with version based on the improved flint makefiles 2014-08-18 22:53:50 +02:00
Fredrik Johansson
09887881bc add acb_calc and integrals example programs 2014-06-19 16:17:32 +02:00