Commit graph

74 commits

Author SHA1 Message Date
Julian Rüth
57f4739e43
Add serialization arb/arf/mag_load/dump_str/file 2019-10-05 17:56:24 +02:00
fredrik
242fa2e4c0 header file cleanup (de-inlining, etc) 2019-01-18 15:34:54 +01:00
fredrik
e9a9293516 de-inline mag_mul_2exp_si 2018-09-17 11:21:11 +02:00
fredrik
35d6f7184a slightly faster mag_set_ui_2exp_si 2018-08-18 17:06:11 +02:00
fredrik
4ddd6771d9 add mag_sinh/cosh/sinh_lower/cosh_lower; improve arb_cosh/sinh/sinh_cosh for wide input 2018-07-11 11:15:45 +02:00
fredrik
85abb2ba84 move mag_add_ui_lower; small cleanup 2018-04-10 17:49:06 +02:00
Fredrik Johansson
16af2412c3 add mag_exp_lower, mag_expinv_lower, mag_pow_fmpz_lower, mag_get_fmpz, mag_get_fmpz_lower; tweaks to mag_exp code 2018-01-23 16:29:39 +01:00
Fredrik Johansson
8ec2304863 add mag_rsqrt and improve arb_rsqrt for wide input 2018-01-05 22:48:49 +01:00
Fredrik Johansson
da07b2ea20 add mag_log, mag_log_lower, mag_neg_log, mag_neg_log_lower 2018-01-04 22:47:13 +01:00
Fredrik Johansson
948cd473e2 add mag_div_lower, mag_inv, mag_inv_lower 2018-01-01 02:25:17 +01:00
Fredrik Johansson
843488b948 add mag_const_pi_lower, mag_atan, mag_atan_lower 2017-12-17 20:06:24 +01:00
Fredrik Johansson
44bb510943 add mag_bin_uiui 2017-10-06 20:07:41 +02:00
Fredrik Johansson
46bfe1e976 add mag_set_d_lower, mag_sqrt_lower, mag_set_d_2exp_fmpz_lower; some code improvements 2017-08-11 11:33:20 +02:00
Tommy Hofmann
dca95e673e Change flint_abort to abort only if flint > 2.5.2 2017-03-02 17:18:18 +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
f6d26a52e3 add mag_get_d_log2_approx as a public method 2017-02-22 11:21:58 +01:00
Fredrik Johansson
84a49ff8fd add methods to count allocated bytes; restrict memory usage in zeta sum sieving 2016-10-19 17:58:37 +02:00
Fredrik Johansson
6316497cf5 de-inline clear() methods -> 8% faster compile, 25% smaller libarb.so 2016-07-05 00:26:55 +02:00
Fredrik Johansson
ecb70e7476 update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
Fredrik Johansson
3286690aa1 fix a very rare but serious bug: mag_addmul(x,x,x) with x = 0.1111...1111 -> non-normalized mag_t value 2016-04-10 23:54:20 +02:00
Fredrik Johansson
581e0c28a3 test and document mag_get_d 2016-03-21 21:41:48 +01:00
Fredrik Johansson
ca947bf1ae add mag_sub and mag_expinv 2016-03-14 02:05:07 +01:00
Fredrik Johansson
80640c87e2 include flint/foo.h instead of foo.h 2016-03-03 15:42:23 +01:00
Fredrik Johansson
35c7c9b27b add mag_const_pi and improve the worst-case bound in arb_atan 2016-03-02 13:41:47 +01:00
Fredrik Johansson
58cdc08d0f move mag_add_ui to its own file and document it 2016-02-28 02:43:46 +01:00
Fredrik Johansson
25d4fbcf92 move mag_add_ui_2exp_si to its own file and document it 2016-02-28 02:39:07 +01:00
Fredrik Johansson
a768e75620 add mag_hurwitz_zeta_uiui 2016-01-13 15:38:44 +01:00
alex
c7ef0f64ac MAINT: print(...) is now implemented like fprint(stdout, ...) 2016-01-01 17:18:55 -05:00
alex
020433d0dc ENH: add fprint 2015-12-31 19:06:07 -05:00
William Hart
55c2827539 printf -> flint_printf, sprintf -> flint_sprintf, fprintf -> flint_fprintf. 2015-11-06 16:17:27 +00:00
William Hart
5513b601c8 (U)L -> (U)WORD. 2015-11-06 15:34:19 +00:00
William Hart
3de502314b long -> slong mag.h. 2015-11-06 11:16:52 +00:00
Fredrik Johansson
bf5887e871 add mag_geom_series 2015-09-17 12:51:02 +02:00
Fredrik Johansson
7b6828df42 implement mag_root 2015-07-21 15:09:06 +02:00
Fredrik Johansson
a22075c52e factor out mag_polylog_tail 2015-01-16 09:29:10 +01:00
Fredrik Johansson
d7a1a84f25 add inline functions to library 2014-12-25 15:50:37 +01:00
Fredrik Johansson
0e014342af move out mag_log_ui and mag_binpow_uiui and document them 2014-12-21 16:40:09 +01:00
Fredrik Johansson
efcf9856bd add mag_fast_mul_2exp_si; small optimization of complex squaring 2014-12-20 23:01:13 +01:00
Fredrik Johansson
6e296f2cba cleanup and documenting 2014-12-20 22:37:43 +01:00
Fredrik Johansson
7d04c89504 implement mag_sub_lower properly and test+document it 2014-11-06 14:29:56 +01:00
Fredrik Johansson
04cb0a71e9 update documentation 2014-09-25 15:06:11 +02:00
Fredrik Johansson
6cb6d14250 add mag_expm1 2014-09-18 20:45:33 +02:00
Fredrik Johansson
86e5053262 improve mag_set_ui / mag_set_ui_lower and add test code 2014-08-19 14:31:20 +02:00
Fredrik Johansson
24b18ec104 change arb/acb_mat_bound_inf_norm to output a mag_t; tweak arb/acb_mat_exp 2014-08-15 15:16:07 +02:00
Fredrik Johansson
6880e8b223 cleanup acb_get_mag, acb_get_mag_lower 2014-08-15 14:03:42 +02:00
Fredrik Johansson
d3ff8702bd add mag_exp_tail 2014-08-15 13:21:02 +02:00
Fredrik Johansson
19064937f3 add mag_exp 2014-08-14 22:09:50 +02:00
Fredrik Johansson
e0115b8bb9 add mag_pow_fmpz 2014-08-14 01:04:48 +02:00
Fredrik Johansson
06247fb30d un-inline some gratuitously inlined functions 2014-08-13 16:10:37 +02:00
Fredrik Johansson
1845cef6bf test mag_fac_ui and mag_rfac_ui 2014-08-01 14:43:14 +02:00