arb/fmpr
2014-04-18 16:25:35 +02:00
..
test Fix evil bug in floating-point arithmetic and strengthen test code. 2014-04-18 16:19:53 +02:00
abs_bound_lt_2exp_si.c add fmpr_abs_bound_lt_2exp_si; some more simplification 2013-09-19 11:50:01 +01:00
add.c some code reorganisation; optimise fmpr_mul_si/ui/fmpz 2014-04-18 16:17:22 +02:00
add_eps.c fix addition bugs and strengthen test code 2012-09-04 15:17:03 +02:00
add_fmpz.c first version of rewritten fmpr_add (needs more cleanup, and code reuse in fmpr_sub etc) 2013-05-27 16:21:37 +02:00
add_mpn.c merge 2014-04-18 16:19:32 +02:00
add_naive.c first version of rewritten fmpr_add (needs more cleanup, and code reuse in fmpr_sub etc) 2013-05-27 16:21:37 +02:00
add_si.c first version of rewritten fmpr_add (needs more cleanup, and code reuse in fmpr_sub etc) 2013-05-27 16:21:37 +02:00
add_ui.c first version of rewritten fmpr_add (needs more cleanup, and code reuse in fmpr_sub etc) 2013-05-27 16:21:37 +02:00
addmul.c some cleanup 2012-09-06 13:18:02 +02:00
check_ulp.c Fix evil bug in floating-point arithmetic and strengthen test code. 2014-04-18 16:19:53 +02:00
cmp.c improve fmpr_cmp_2exp_si, fmpr_cmpabs_2exp_si 2013-02-17 19:29:23 +01:00
cmp_2exp_si.c test large exponents 2013-02-17 19:34:51 +01:00
cmpabs.c improve fmpr_cmp_2exp_si, fmpr_cmpabs_2exp_si 2013-02-17 19:29:23 +01:00
cmpabs_2exp_si.c test large exponents 2013-02-17 19:34:51 +01:00
cmpabs_ui.c make fmpr_cmpabs_ui a proper function 2013-07-23 14:14:49 +02:00
div.c faster high-precision division 2013-06-09 22:46:44 +02:00
divappr_abs_ubound.c add fmpr_divappr_abs_ubound; slightly speed up a few radius operations 2013-06-09 19:53:01 +02:00
exp.c exp and log 2012-09-07 12:19:27 +02:00
get_d.c add fmpr_set_d 2013-06-10 12:07:00 +02:00
get_fmpq.c fmpq conversion code 2012-09-04 16:11:16 +02:00
get_fmpz.c fix fmpr_get_fmpz for tiny numbers and rounding to nearest 2013-03-26 17:40:25 +01:00
get_fmpz_2exp.c add get/set_fmpz_2exp methods 2012-09-10 16:33:59 +02:00
get_fmpz_fixed.c refactor into more fmpr helper functions 2012-09-21 13:53:20 +02:00
get_mpfr.c tidy up float conversion functions 2013-02-05 15:10:27 +01:00
get_si.c add fmpr_get_fmpz, fmpr_get_si 2013-02-13 11:22:03 +01:00
log.c exp and log 2012-09-07 12:19:27 +02:00
Makefile fmpz based floating-point arithmetic (experimental) 2012-08-05 19:57:08 +02:00
mul.c simplify interface 2014-04-18 16:17:42 +02:00
mul_1x1.c fix bug in mul_1x1 2014-04-18 16:25:35 +02:00
mul_fmpz.c simplify interface 2014-04-18 16:17:42 +02:00
mul_mpn.c simplify interface 2014-04-18 16:17:42 +02:00
mul_naive.c low-level fmpr multiplication code 2013-01-03 15:11:55 +01:00
normalise.c Fix evil bug in floating-point arithmetic and strengthen test code. 2014-04-18 16:19:53 +02:00
pow_sloppy.c add fmpr_pow_sloppy, for magnitude bounding 2012-09-16 03:22:13 +02:00
print.c some cleanup 2012-09-06 13:18:02 +02:00
printd.c some cleanup 2012-09-06 13:18:02 +02:00
randtest.c arithmetic for complex polynomials 2012-11-08 15:49:44 +01:00
root.c add fmpr_root, fmprb_root (placeholder code) 2013-02-28 14:32:59 +01:00
rsqrt.c add reciprocal square root functions (fmpr_rsqrt, fmprb_rsqrt, fmprb_rsqrt) 2013-06-09 16:20:44 +02:00
set_d.c add fmpr_set_d 2013-06-10 12:07:00 +02:00
set_fmpq.c make use of the improved set_round functions 2013-01-09 18:02:38 +01:00
set_fmpz_2exp.c add get/set_fmpz_2exp methods 2012-09-10 16:33:59 +02:00
set_mpfr.c tidy up float conversion functions 2013-02-05 15:10:27 +01:00
set_round.c Fix evil bug in floating-point arithmetic and strengthen test code. 2014-04-18 16:19:53 +02:00
set_round_mpn.c Fix evil bug in floating-point arithmetic and strengthen test code. 2014-04-18 16:19:53 +02:00
set_round_ui_2exp_fmpz.c Fix evil bug in floating-point arithmetic and strengthen test code. 2014-04-18 16:19:53 +02:00
set_round_uiui_2exp_fmpz.c Fix evil bug in floating-point arithmetic and strengthen test code. 2014-04-18 16:19:53 +02:00
sqrt.c re-allow large exponents in sqrt 2012-09-20 17:32:42 +02:00
sub.c some code reorganisation; optimise fmpr_mul_si/ui/fmpz 2014-04-18 16:17:22 +02:00
submul.c some cleanup 2012-09-06 13:18:02 +02:00
sum.c add fmpr_sum for accurate summation 2013-03-14 15:13:44 +01:00
ulp.c Fix evil bug in floating-point arithmetic and strengthen test code. 2014-04-18 16:19:53 +02:00