summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2018-06-13 08:45:56 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2018-06-13 08:45:56 +0000
commitd9dbf4ff0e811e76ef059616a2873db480fdfc17 (patch)
treeb3900f5d1ff9bec5b514d57722dfa35ca89672e9 /TODO
parentfff89c28897dde4e50ae8c974636fd2b91fb3253 (diff)
downloadmpfr-d9dbf4ff0e811e76ef059616a2873db480fdfc17.tar.gz
[TODO] update for mpfr_set_decimal128
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12767 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 859acc85b..02161393c 100644
--- a/TODO
+++ b/TODO
@@ -118,6 +118,8 @@ Table of contents:
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 12766, 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.