summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-05 15:43:01 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-02-05 15:43:01 +0000
commit9e7ece0603bc945aa424f92485b6786d33f9cf29 (patch)
tree886f1a22b3cf2f54fab8c0497fdcde48991526df /TODO
parent0c5951120f376565a40e98fb3f31f43251e871d1 (diff)
downloadmpfr-9e7ece0603bc945aa424f92485b6786d33f9cf29.tar.gz
[TODO] Added mpfr_mul_uj and mpfr_mul_sj.
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14386 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 351adf0ac..6c508d839 100644
--- a/TODO
+++ b/TODO
@@ -300,8 +300,8 @@ 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.
+- mpfr_cmp_uj, mpfr_cmp_sj, mpfr_mul_uj, mpfr_mul_sj. They would be useful
+ to test MPFR with _MPFR_EXP_FORMAT=4.
- base conversion with the round-trip property using a minimal precision,
such as the to_chars functions from the C++ standard: