summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-11-20 16:40:04 +0000
committerru <ru@FreeBSD.org>2001-11-20 16:40:04 +0000
commitc0eac83160e108c5bb1862cabc25a909c66f9581 (patch)
tree5e57405be965514366344b281c113127bd56f948 /lib/msun
parent6e96352bc117d928dba25d8b37b05c7ca1f2e43e (diff)
downloadFreeBSD-src-c0eac83160e108c5bb1862cabc25a909c66f9581.zip
FreeBSD-src-c0eac83160e108c5bb1862cabc25a909c66f9581.tar.gz
mdoc(7) police: fixed bugs from rev. 1.15.
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 279eb3e..7805ad8 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
OpenPOWER on IntegriCloud