summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index cf477cf8b..b08de9020 100644
--- a/TODO
+++ b/TODO
@@ -117,9 +117,6 @@ Table of contents:
See also https://isocpp.org/files/papers/P0226R1.pdf and ยง29.9.5 in the
C++17 draft:
https://github.com/cplusplus/draft/blob/master/source/numerics.tex
-- implement mpfr_get_decimal128 and mpfr_set_decimal128
- (mpfr_set_decimal128 is implemented in r12766, but not really tested,
- thus not in the reference manual)
- implement mpfr_q_sub, mpfr_z_div, mpfr_q_div?
- implement mpfr_pow_q and variants with two integers (native or mpz)
instead of a rational? See IEEE P1788.