.. |
test
|
add _fmpr_set_round_mpn, and simplify the implementation of fmpr_mul
|
2013-05-24 17:26:54 +02:00 |
add.c
|
avoid potential overflow issue in fmpr add/sub
|
2013-03-25 14:19:18 +01:00 |
add_eps.c
|
fix addition bugs and strengthen test code
|
2012-09-04 15:17:03 +02:00 |
addmul.c
|
some cleanup
|
2012-09-06 13:18:02 +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 |
div.c
|
generic code for infinite hypergeometric series
|
2012-10-08 16:28:28 +02:00 |
exp.c
|
exp and log
|
2012-09-07 12:19:27 +02:00 |
get_d.c
|
handle zero quickly in get_d
|
2013-03-03 19:17:02 +01: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
|
add _fmpr_set_round_mpn, and simplify the implementation of fmpr_mul
|
2013-05-24 17:26:54 +02:00 |
mul_fmpz.c
|
low-level fmpr multiplication code
|
2013-01-03 15:11:55 +01:00 |
mul_naive.c
|
low-level fmpr multiplication code
|
2013-01-03 15:11:55 +01:00 |
normalise.c
|
low-level set_round/normalise code
|
2013-01-09 16:36:21 +01: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 |
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
|
add fmpz_extras module to collect fmpz helper functions
|
2013-02-17 17:58:15 +01:00 |
set_round_mpn.c
|
add _fmpr_set_round_mpn, and simplify the implementation of fmpr_mul
|
2013-05-24 17:26:54 +02:00 |
sqrt.c
|
re-allow large exponents in sqrt
|
2012-09-20 17:32:42 +02:00 |
sub.c
|
avoid potential overflow issue in fmpr add/sub
|
2013-03-25 14:19:18 +01: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 |