summaryrefslogtreecommitdiff
path: root/doc/mpfr.texi
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-01-18 23:26:00 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-01-18 23:26:00 +0000
commit372a627795ff42a30be69db3880f9e3119a32674 (patch)
treeb0a4f9d30233a5ea6c314a427a50e803dea87249 /doc/mpfr.texi
parent84890deb7abe9122d04f0debb404271034e8b62b (diff)
downloadmpfr-372a627795ff42a30be69db3880f9e3119a32674.tar.gz
Spelling consistency:
non-negative → nonnegative non-positive → nonpositive git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8796 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc/mpfr.texi')
-rw-r--r--doc/mpfr.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index de52f79ba..66e33df6c 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -2007,7 +2007,7 @@ Set @var{rop} to the value of the logarithm of the Gamma function on @var{op},
rounded in the direction @var{rnd}.
When @var{op} is 1 or 2, set @var{rop} to +0 (in all rounding modes).
When @math{@minus{}2@var{k}@minus{}1 @le{} @var{op} @le{} @minus{}2@var{k}},
-@var{k} being a non-negative integer, @var{rop} is set to NaN@.
+@var{k} being a nonnegative integer, @var{rop} is set to NaN@.
See also @code{mpfr_lgamma}.
@end deftypefun
@@ -2017,7 +2017,7 @@ Gamma function on @var{op}, rounded in the direction @var{rnd}. The sign
(1 or @minus{}1) of Gamma(@var{op}) is returned in the object pointed to
by @var{signp}.
When @var{op} is 1 or 2, set @var{rop} to +0 (in all rounding modes).
-When @var{op} is an infinity or a non-positive integer, set @var{rop} to +Inf.
+When @var{op} is an infinity or a nonpositive integer, set @var{rop} to +Inf.
When @var{op} is NaN, @minus{}Inf or a negative integer, *@var{signp} is
undefined, and when @var{op} is @pom{}0, *@var{signp} is the sign of the zero.
@end deftypefun