~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/finite.3

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2010-03-02 21:49:58 UTC
  • mfrom: (1.1.42 upstream) (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100302214958-69yjgb70t7wrjo3m
New upstream version
. Remove crufty statement in setuid(2) that seteuid() is not in POSIX
(closes: Bug#569812)
. Fix description of 'nochdir' argument in daemon(3) (closes: Bug#554819)
. Fix NAME line in path_resolution(7) (closes: Bug#558300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
.SH DESCRIPTION
78
78
The
79
79
.BR finite ()
80
 
functions return a non-zero value if \fIx\fP is neither infinite
 
80
functions return a nonzero value if \fIx\fP is neither infinite
81
81
nor a "not-a-number" (NaN) value, and 0 otherwise.
82
82
 
83
83
The
84
84
.BR isnan ()
85
 
functions return a non-zero value if \fIx\fP is a NaN value,
 
85
functions return a nonzero value if \fIx\fP is a NaN value,
86
86
and 0 otherwise.
87
87
 
88
88
The
112
112
.SH "SEE ALSO"
113
113
.BR fpclassify (3)
114
114
.SH COLOPHON
115
 
This page is part of release 3.23 of the Linux
 
115
This page is part of release 3.24 of the Linux
116
116
.I man-pages
117
117
project.
118
118
A description of the project,