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/hypot.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/hypot.3')
-rw-r--r-- | lib/msun/man/hypot.3 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/msun/man/hypot.3 b/lib/msun/man/hypot.3 index 3124578..4843e44 100644 --- a/lib/msun/man/hypot.3 +++ b/lib/msun/man/hypot.3 @@ -32,7 +32,7 @@ .\" from: @(#)hypot.3 6.7 (Berkeley) 5/6/91 .\" $FreeBSD$ .\" -.Dd May 6, 1991 +.Dd January 14, 2005 .Dt HYPOT 3 .Os .Sh NAME @@ -98,13 +98,8 @@ and .Fn hypot "\*(Na" "v" are \*(Na for all .Em finite -.Fa v ; -with "reserved operand" in place of "\*(Na", the -same is true on a -.Tn VAX . -But programmers on machines other than a -.Tn VAX -(if has no \*(If) +.Fa v . +But programmers might be surprised at first to discover that .Fn hypot "\(+-\*(If" "\*(Na" = +\*(If. |