summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-29 09:00:04 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-29 09:00:04 +0000
commite98f5d0d5abf109f31407ebfbc092749cb86bf5d (patch)
tree1a92a94bcf501c5af27469c6368201fd0f6c6c4a /TODO
parent8d61c386f1dfe1151070778224f46d4c7f75d62c (diff)
downloadmpfr-e98f5d0d5abf109f31407ebfbc092749cb86bf5d.tar.gz
[TODO] LIA-2 URL after redirection (i.e. https).
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14265 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0ab60774e..66195422c 100644
--- a/TODO
+++ b/TODO
@@ -169,7 +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)
+ <https://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);