aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-11-20 16:40:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-11-20 16:40:04 +0000
commit487d13c0e7f1c5405da4ba06ba630b15da1bdd45 (patch)
tree5e57405be965514366344b281c113127bd56f948 /lib/msun
parent78bc197134d1775382f12286ef2a764dd7ef3367 (diff)
downloadsrc-487d13c0e7f1c5405da4ba06ba630b15da1bdd45.tar.gz
src-487d13c0e7f1c5405da4ba06ba630b15da1bdd45.zip
mdoc(7) police: fixed bugs from rev. 1.15.
Notes
Notes: svn path=/head/; revision=86680
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/man/lgamma.328
1 files changed, 14 insertions, 14 deletions
diff --git a/lib/msun/man/lgamma.3 b/lib/msun/man/lgamma.3
index 279eb3e8d050..7805ad854a67 100644
--- a/lib/msun/man/lgamma.3
+++ b/lib/msun/man/lgamma.3
@@ -94,16 +94,16 @@ Only after
or
.Fn lgammaf
has returned can signgam be correct.
-.\.Pp
-.\For arguments in its range,
-.\.Fn gamma
-.\and
-.\.Fn gammaf
-.\is preferred, as for positive arguments
-.\it is accurate to within one unit in the last place.
-.\Exponentiation of
-.\.Fn lgamma
-.\will lose up to 10 significant bits.
+.\".Pp
+.\"For arguments in its range,
+.\".Fn gamma
+.\"and
+.\".Fn gammaf
+.\"is preferred, as for positive arguments
+.\"it is accurate to within one unit in the last place.
+.\"Exponentiation of
+.\".Fn lgamma
+.\"will lose up to 10 significant bits.
.Sh RETURN VALUES
.Fn gamma ,
.Fn gammaf ,
@@ -133,17 +133,17 @@ function appeared in
The
.Fn gamma
function appeared in
-.Bx 4.4
-as a function which computed \(*G(x).
+.Bx 4.4
+as a function which computed \(*G(x).
In many older libraries the function
.Fn gamma
calculated the same value as
.Fn lgamma .
-Now
+Now
.Fn gamma
computes ln\||\(*G(x)|,
but it uses a different algorithm,
-and it does not set
+and it does not set
.Fa signgam .
The
.St -isoC-99