summaryrefslogtreecommitdiff
path: root/mpfr.texi
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr.texi')
-rw-r--r--mpfr.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr.texi b/mpfr.texi
index e962fd7c2..0c42dbfca 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -1615,7 +1615,7 @@ Put +0 in @var{rop} when size if zero.
@deftypefun mp_exp_t mpfr_get_exp (mpfr_t @var{x})
Get the exponent of @var{x}, assuming that @var{x} is a non-zero ordinary
-number. The return value for Nan, Infinity or Zero is undefined.
+number. The behavior for Nan, Infinity or Zero is undefined.
@end deftypefun
@deftypefun int mpfr_set_exp (mpfr_t @var{x}, mp_exp_t @var{e})