summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-29 08:23:41 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-29 08:23:41 +0000
commit8d61c386f1dfe1151070778224f46d4c7f75d62c (patch)
tree93529b6d6219521289fd1b9bcf9bfd48c3b1277e /TODO
parent382dd1acea54f1de3a0299321d78e22d7eaab4d2 (diff)
downloadmpfr-8d61c386f1dfe1151070778224f46d4c7f75d62c.tar.gz
[TODO] added pointer to LIA-2
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14264 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2229bc4fa..0ab60774e 100644
--- a/TODO
+++ b/TODO
@@ -169,6 +169,7 @@ Table of contents:
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
+ (http://standards.iso.org/ittf/PubliclyAvailableStandards/c024427_ISO_IEC_10967-2_2001(E).zip)
+ 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);
+ rounding_rest, floor_rest, ceiling_rest (5.2.4);