summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index d2ce854ee..066282a60 100644
--- a/TODO
+++ b/TODO
@@ -155,9 +155,8 @@ Table of contents:
C binding draft TS 18661-4:
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1946.pdf
Some propositions about rootn: mpfr_rootn_si, mpfr_rootn_sj, mpfr_rootn_z,
- and perhaps versions with an unsigned integer: mpfr_rootn_ui (in which
- case mpfr_root could be declared as deprecated) and mpfr_rootn_uj.
- Warning! rootn(-0,positive even) is +0, not -0 like in mpfr_root.
+ and versions with an unsigned integer: mpfr_rootn_ui (now implemented, as
+ similar to mpfr_root) and mpfr_rootn_uj.
- functions defined in the LIA-2 standard
+ minimum and maximum (5.2.2): max, min, max_seq, min_seq, mmax_seq
and mmin_seq (mpfr_min and mpfr_max correspond to mmin and mmax);