summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2018-06-22 15:36:25 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2018-06-22 15:36:25 +0000
commit28561476c1801ebf075ca721ac9e6fb4029091df (patch)
treefef8beaf9b5bdb1e3d24b8a04c99233eb91a2d44 /TODO
parent13caf67423600089d31292b4c3c3d2e1e99c2360 (diff)
downloadmpfr-28561476c1801ebf075ca721ac9e6fb4029091df.tar.gz
added mpfr_get_decimal128 and mpfr_set_decimal128 to the manual
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12846 280ebfd0-de03-0410-8827-d642c229c3f4
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.