diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-01-27 14:27:26 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-01-27 14:27:26 +0000 |
commit | a273b8ae94450a6c4c5f1ebe7fc162034a791f66 (patch) | |
tree | 4df3f897e0234abbe60ccd83e849e640afdeda04 /doc | |
parent | 85eef5106c55d01f02aa831585526ab6d452c29a (diff) | |
download | mpfr-a273b8ae94450a6c4c5f1ebe7fc162034a791f66.tar.gz |
[doc/mpfr.texi] Corrected mpfr_can_round description again as the
possible difference is on 0+ = 2^(emin-1), not about overflow.
Let's just say "assuming an unbounded exponent range".
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9878 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpfr.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi index e03c45d6d..db5a36c10 100644 --- a/doc/mpfr.texi +++ b/doc/mpfr.texi @@ -2794,9 +2794,8 @@ Assuming @var{b} is an approximation of an unknown number @var{x} in the direction @var{rnd1} with error at most two to the power E(b)-@var{err} where E(b) is the exponent of @var{b}, return a non-zero value if one is able to round correctly @var{x} to precision @var{prec} -with the direction @var{rnd2} (ignoring a potential overflow, i.e., -assuming that the exponent range is unbounded), and 0 otherwise -(including for NaN and Inf). +with the direction @var{rnd2} assuming an unbounded exponent range, and +0 otherwise (including for NaN and Inf). This function @strong{does not modify} its arguments. If @var{rnd1} is @code{MPFR_RNDN}, the error is considered to be either |