diff options
author | das <das@FreeBSD.org> | 2005-01-14 23:28:28 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2005-01-14 23:28:28 +0000 |
commit | df8ce09fbda51b1a29af2e321a4c4feb4543aefc (patch) | |
tree | 7aa790913ac8bac811e6dd89164c064b37167b07 /lib/msun/man/lgamma.3 | |
parent | 2fe7b09cb198e42356fd30dbc005daff0809ff0c (diff) | |
download | FreeBSD-src-df8ce09fbda51b1a29af2e321a4c4feb4543aefc.zip FreeBSD-src-df8ce09fbda51b1a29af2e321a4c4feb4543aefc.tar.gz |
Remove numerous references to VAX floating-point and the setting of
errno, replacing them with a discussion of IEEE exceptions where
appropriate. Cross-reference fenv(3) whenever exceptions are
mentioned.
Diffstat (limited to 'lib/msun/man/lgamma.3')
-rw-r--r-- | lib/msun/man/lgamma.3 | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/msun/man/lgamma.3 b/lib/msun/man/lgamma.3 index e950908..085de97 100644 --- a/lib/msun/man/lgamma.3 +++ b/lib/msun/man/lgamma.3 @@ -32,7 +32,7 @@ .\" from: @(#)lgamma.3 6.6 (Berkeley) 12/3/92 .\" $FreeBSD$ .\" -.Dd December 3, 1992 +.Dd January 14, 2005 .Dt LGAMMA 3 .Os .Sh NAME @@ -149,13 +149,6 @@ and return appropriate values unless an argument is out of range. Overflow will occur for sufficiently large positive values, and non-positive integers. -On the -.Tn VAX , -the reserved operator is returned, -and -.Va errno -is set to -.Er ERANGE . For large non-integer negative values, .Fn tgamma will underflow. |