summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-18 12:07:53 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-05-18 12:07:53 +0000
commit4ea4317314ad15af473bcd8a8bbfeee158bbb5ab (patch)
tree7554acc6132ace3fe2e719be2b300b4e03f6104e /TODO
parent446f40731016948e3e44f99d003878cd30aacb99 (diff)
downloadmpfr-4ea4317314ad15af473bcd8a8bbfeee158bbb5ab.tar.gz
[TODO] Added a reference to a new discussion concerning __float128.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8217 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 bf79a4bb1..64d7bbde1 100644
--- a/TODO
+++ b/TODO
@@ -98,6 +98,8 @@ Table of contents:
--enable-decimal-float)
See also the discussion started at:
https://sympa.inria.fr/sympa/arc/mpfr/2010-05/msg00003.html
+ and a new one at:
+ https://sympa.inria.fr/sympa/arc/mpfr/2012-05/msg00019.html
- 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.