diff options
author | 2008-06-10 23:56:21 +0000 | |
---|---|---|
committer | 2008-06-10 23:56:21 +0000 | |
commit | 00da8bb91cb73b9718253537442936c61f0c8416 (patch) | |
tree | 0a6340fd4bad7f8a193481ee773a9e91e201975d | |
parent | Add opaque structure to create raid. (diff) | |
download | wireguard-openbsd-00da8bb91cb73b9718253537442936c61f0c8416.tar.xz wireguard-openbsd-00da8bb91cb73b9718253537442936c61f0c8416.zip |
vax doesn't have inf/nan, finite always returns 1
"go for it!" millert@, ok jmc@
-rw-r--r-- | lib/libm/man/ieee.3 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/libm/man/ieee.3 b/lib/libm/man/ieee.3 index cb3ff590c97..8880a2c0d95 100644 --- a/lib/libm/man/ieee.3 +++ b/lib/libm/man/ieee.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ieee.3,v 1.11 2007/05/31 19:19:35 jmc Exp $ +.\" $OpenBSD: ieee.3,v 1.12 2008/06/10 23:56:21 martynas Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 10 2008 $ .Dt IEEE 3 .Os .Sh NAME @@ -188,3 +188,10 @@ The .Nm ieee functions appeared in .Bx 4.3 . +.Sh BUGS +.Tn VAX +floating point does not have distinguished values +for either infinity or not-a-number. +The +.Fn finite +function always returns 1 on that architecture. |