summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-01-15 11:23:34 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-01-15 11:23:34 +0000
commit1d356ec51884efcd915bf1f6700541ff216b6272 (patch)
treeac027c2164e1e638c22b111212bcd34e97ca91ff /BUGS
parent5d1452245d85277fe89ef17eec15dc0305c40a43 (diff)
downloadmpfr-1d356ec51884efcd915bf1f6700541ff216b6272.tar.gz
Note concerning mpfr_trunc, mpfr_floor and mpfr_ceil.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1651 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index e66751bb7..fbb67e44a 100644
--- a/BUGS
+++ b/BUGS
@@ -5,3 +5,6 @@ Knowns bugs:
* The overflows/underflows are not yet implemented in all functions.
* Possible integer overflows on some machines.
+
+* The semantics of mpfr_trunc, mpfr_floor and mpfr_ceil isn't completely
+ defined yet.