summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-19 15:37:15 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-19 15:37:15 +0000
commit78cf41902659500d886c64fb6ec14fe2d2e28c0a (patch)
treeb17d5f720bd17db3a9395e063f2773fb03076785 /doc
parent2c7c4170a18da618ffed7e63dce220672c11fb13 (diff)
downloadmpfr-78cf41902659500d886c64fb6ec14fe2d2e28c0a.tar.gz
[doc/mpfr.texi] Improved mpfr_swap description again.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9402 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 d1699ca84..82a1649fa 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -1367,8 +1367,8 @@ in @code{mpfr_set_nan}, the sign bit of the result is unspecified.
@deftypefun void mpfr_swap (mpfr_t @var{x}, mpfr_t @var{y})
Swap the structures pointed to by @var{x} and @var{y}. In particular,
-the values are exchanged exactly (which may be different from three
-@code{mpfr_set} calls using a third auxiliary variable).
+the values are exchanged without rounding (this may be different from
+three @code{mpfr_set} calls using a third auxiliary variable).
Warning! Since the precisions are exchanged, this will affect future
assignments. Moreover, since the significand pointers are also exchanged,