summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-08-13 04:55:57 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-08-13 04:55:57 +0000
commit22a9ac0fe3483c7c2b3b427544e772f6adc2e5df (patch)
tree86ee47121b870280846bbcd49dfd3a36aa496506 /TODO
parent7e47f85889cfeb40adcfb1518ed4c1d4a9f28865 (diff)
downloadmpfr-22a9ac0fe3483c7c2b3b427544e772f6adc2e5df.tar.gz
Implemented changes suggested in
<https://sympa.inria.fr/sympa/arc/mpfr/2007-07/msg00123.html>. * Made mpfr_copysign() like the corresponding function in IEEE 754 (was an internal function until now). * Added mpfr_signbit() and mpfr_setsign(). * Documented these three functions. * Updated TODO. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.3@4760 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index ce0daa8bd..118522ebf 100644
--- a/TODO
+++ b/TODO
@@ -79,7 +79,6 @@ Changes in existing functions:
New functions to implement:
##############################################################################
-- document MPFR_SIGN and/or provide mpfr_get_sign / mpfr_set_sign.
- functions operating on mpfr_t and double: mpfr_add_d, mpfr_sub_d,
mpfr_d_sub, mpfr_mul_d, mpfr_div_d, mpfr_d_div
[suggested by Keith Briggs, 3 Jan 2006]