summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-12-13 09:51:29 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-12-13 09:51:29 +0000
commit9845aedaa3e3eab22e397abf8097146cfb35e1f7 (patch)
treecda45e17e10cb1c920655ba1ec382e1bb35aec0c /TODO
parenta47bef92c6eb1dfcdd6b593de2a1585071e3f33e (diff)
downloadmpfr-9845aedaa3e3eab22e397abf8097146cfb35e1f7.tar.gz
[TODO] Added item: new functions mpfr_cmp_uj and mpfr_cmp_sj.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13342 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index a56d9ba4f..83bcb7b59 100644
--- a/TODO
+++ b/TODO
@@ -285,6 +285,9 @@ Table of contents:
Support UBF in mpfr_check_range or add mpfr_ubf_check_range?
Make this available in the API, e.g. for MPC.
+- mpfr_cmp_uj and mpfr_cmp_sj. They would be useful to test MPFR with
+ _MPFR_EXP_FORMAT=4.
+
##############################################################################
5. Efficiency
##############################################################################