summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-11-04 01:28:04 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-11-04 01:28:04 +0000
commit5d01cf13d02177f1fc2dd6a76471bd980cf50d60 (patch)
treeebb47a704f1f63fa7d6d7457b578d86ed160ab0e /mpfr-impl.h
parent0261e83d8736638527f7856c596f3b71f4f98f40 (diff)
downloadmpfr-5d01cf13d02177f1fc2dd6a76471bd980cf50d60.tar.gz
Added a comment about the macros MPFR_RNDRAW* and the labels.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3940 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-impl.h')
-rw-r--r--mpfr-impl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mpfr-impl.h b/mpfr-impl.h
index fae0c84c3..850509cdb 100644
--- a/mpfr-impl.h
+++ b/mpfr-impl.h
@@ -935,6 +935,11 @@ typedef struct {
******************************************************/
/*
+ * Note: due to the labels, one cannot use a macro MPFR_RNDRAW* more than
+ * once in a function (otherwise these labels would not be unique).
+ */
+
+/*
* Round mantissa (srcp, sprec) to mpfr_t dest using rounding mode rnd
* assuming dest's sign is sign.
* In rounding to nearest mode, execute MIDDLE_HANDLER when the value