summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-01-13 00:15:31 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-01-13 00:15:31 +0000
commit9216dfcd1301d6d404306a72b0bc501858e21762 (patch)
tree159979a8cc6bf353c99181d0651838a676493367
parent1d418bafdcced7390382385d66733886ca2945d8 (diff)
downloadmpfr-9216dfcd1301d6d404306a72b0bc501858e21762.tar.gz
[doc/mpfr.texi] Minor correction for non-tex versions.
Thanks to Trevor Spiteri for the bug report. (merged changeset r13397 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@13398 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--doc/mpfr.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index 7fd358e7f..3dfeed4ab 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -2121,7 +2121,7 @@ Set @var{rop} to the arc-cosine, arc-sine or arc-tangent of @var{op},
rounded in the direction @var{rnd}.
Note that since @code{acos(-1)} returns the floating-point number closest to
@m{\pi,Pi} according to the given rounding mode, this number might not be
-in the output range @math{0 @le{} @var{rop} < \pi}
+in the output range @m{0 @le{} @var{rop} < \pi,0 @le{} @var{rop} < Pi}
of the arc-cosine function;
still, the result lies in the image of the output range
by the rounding function.