diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-10 08:38:35 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-03-10 08:38:35 +0000 |
commit | f74f4cb82651835d8186b7e375a4d7e31c6bcc21 (patch) | |
tree | f6d26eec87b1e5dab8307d75d93987e693ec32b5 /lib/libc | |
parent | d09fd89181cc142566a4db66c5551e2cf2d99f89 (diff) |
un-vax;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/fpclassify.3 | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/lib/libc/gen/fpclassify.3 b/lib/libc/gen/fpclassify.3 index 13527c3ca1d..2e557ab52b5 100644 --- a/lib/libc/gen/fpclassify.3 +++ b/lib/libc/gen/fpclassify.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fpclassify.3,v 1.4 2015/11/10 23:48:18 jmc Exp $ +.\" $OpenBSD: fpclassify.3,v 1.5 2016/03/10 08:38:34 jmc Exp $ .\" .\" Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: src/lib/libc/gen/fpclassify.3,v 1.6 2005/01/27 05:46:16 das Exp $ .\" -.Dd $Mdocdate: November 10 2015 $ +.Dd $Mdocdate: March 10 2016 $ .Dt FPCLASSIFY 3 .Os .Sh NAME @@ -154,18 +154,3 @@ functions, which accepted .Vt double arguments; these have been superseded by the macros described above. -.Sh BUGS -.Tn VAX -floating point does not have distinguished values -for either infinity or not-a-number. -.Fn isinf , -.Fn isinff , -.Fn isnan , -and -.Fn isnanf -routines always return 0 on that architecture. -Similarly, -.Fn finite , -and -.Fn isfinite -always return 1. |