arb/arf
2022-05-18 15:43:00 +02:00
..
test add arf_equal_ui, arf_equal_d (fixes #381) 2022-01-14 14:38:15 +01:00
abs_bound_lt_2exp_si.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
add.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
add_mpn.c mp_bitcnt_t -> flint_bitcnt_t 2020-06-22 23:48:09 +02:00
addmul.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
ceil.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
clear.c de-inline clear() methods -> 8% faster compile, 25% smaller libarb.so 2016-07-05 00:26:55 +02:00
cmp.c add arf_cmp_si, arf_cmp_ui, arf_cmp_d 2016-10-11 13:12:22 +02:00
cmp_2exp_si.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
cmpabs.c wrapper for zeta algorithms 2016-10-25 21:57:37 +02:00
cmpabs_2exp_si.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
complex_mul.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
debug.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
div.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
dump_file.c normalize file names 2019-10-05 18:35:58 +02:00
dump_str.c normalize file names 2019-10-05 18:35:58 +02:00
equal.c add arf_equal_ui, arf_equal_d (fixes #381) 2022-01-14 14:38:15 +01:00
floor.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
fma.c add arf_fma, arb_fma, arb_fma_ui 2021-07-25 12:41:17 +02:00
fprint.c add arf_get_str; rewrite arf_fprintd 2022-01-14 14:22:16 +01:00
frexp.c add arf_frexp 2016-04-29 13:50:05 +02:00
get_d.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
get_fmpq.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
get_fmpr.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
get_fmpz.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
get_fmpz_2exp.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
get_integer_mpn.c mp_bitcnt_t -> flint_bitcnt_t 2020-06-22 23:48:09 +02:00
get_mag.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
get_mpfr.c change arf_get_mpfr to return an MPFR underflow/overflow result instead of throwing flint_abort() if the exponent is out of bounds 2020-03-30 12:34:08 +02:00
get_si.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
inlines.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
is_int.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
is_int_2exp_si.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
load.c fix memory leak in arf_load_file (thanks Dave Platt) 2021-09-17 12:49:36 +02:00
memory_manager.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
mul_rnd_any.c use flint fft mpn_mul 2022-05-18 15:43:00 +02:00
mul_rnd_down.c use flint fft mpn_mul 2022-05-18 15:43:00 +02:00
mul_special.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
mul_tmp_cleanup.c Fix weird bug in CMake exporting 2016-11-06 23:37:40 +05:30
mul_via_mpfr.c fix a compiler warning 2022-04-02 13:47:39 +02:00
neg_round.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
randtest.c Second review after Fredrik's comments 2021-05-18 01:41:46 +02:00
root.c mpfr 4.0 deprecated mpfr_root 2018-02-11 00:41:38 +01:00
rsqrt.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
set_d.c arf_set_d, fmpr_set_d: fix handling of subnormals 2017-08-11 02:26:16 +02:00
set_fmpr.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
set_mpfr.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
set_mpn.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
set_mpn_fixed.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
set_round.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
set_round_mpn.c mp_bitcnt_t -> flint_bitcnt_t 2020-06-22 23:48:09 +02:00
set_round_ui.c support ARF_RND_NEAR in _arf_set_round_ui/uiui 2016-04-27 23:20:35 +02:00
set_round_uiui.c mp_bitcnt_t -> flint_bitcnt_t 2020-06-22 23:48:09 +02:00
sosq.c add arf_sosq (sum of squares) 2017-02-18 15:56:00 +01:00
sqrt.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
sub.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
submul.c update copyright headers to switch from GPL to LGPL 2016-04-26 17:20:05 +02:00
sum.c Replace abort with flint_abort. 2017-02-28 16:52:57 +01:00
urandom.c Fix urandom stuff 2021-05-18 22:52:35 +02:00