summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-04-26 15:58:59 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-04-26 15:58:59 +0000
commit8d56d4ae3220af1ab4c0c329d81beb707d649121 (patch)
tree23899226edd196bcca462df5934c20d689c6cbb8 /doc
parentcd498bff21087ce0e5ad23ae14f561e8868792fc (diff)
downloadmpfr-8d56d4ae3220af1ab4c0c329d81beb707d649121.tar.gz
[doc/mpfr.texi] s/can not/cannot/
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13892 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpfr.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index 2dcdc7d1b..02d8f3383 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -707,7 +707,7 @@ have an exponent.
@cindex Rounding
@tindex @code{mpfr_rnd_t}
The @dfn{rounding mode} specifies the way to round the result of a
-floating-point operation, in case the exact result can not be represented
+floating-point operation, in case the exact result cannot be represented
exactly in the destination;
the corresponding C data type is @code{mpfr_rnd_t}.
@@ -1412,7 +1412,7 @@ system provides the @samp{_Decimal64} and @samp{_Decimal128} data type;
to use those functions, one should define the macro
@code{MPFR_WANT_DECIMAL_FLOATS} before including @file{mpfr.h}.
@code{mpfr_set_q} might fail if the numerator (or the
-denominator) can not be represented as a @code{mpfr_t}.
+denominator) cannot be represented as a @code{mpfr_t}.
For @code{mpfr_set}, the sign of a NaN is propagated in order to mimic the
IEEE@tie{}754 @code{copy} operation. But contrary to IEEE@tie{}754, the