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

« back to all changes in this revision

Viewing changes to man3/isgreater.3

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
.\" 2002-07-27 Walter Harms
4
4
.\" this was done with the help of the glibc manual
5
5
.\"
6
 
.TH ISGREATER 3  2008-08-05 "" "Linux Programmer's Manual"
 
6
.TH ISGREATER 3  2010-09-20 "" "Linux Programmer's Manual"
7
7
.SH NAME
8
8
isgreater, isgreaterequal, isless, islessequal, islessgreater,
9
9
isunordered \- floating-point relational tests without exception for NaN
33
33
.sp
34
34
.ad l
35
35
All functions described here:
36
 
_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
 
36
.RS
 
37
_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
 
38
_POSIX_C_SOURCE\ >=\ 200112L;
 
39
.br
 
40
or
37
41
.I cc\ -std=c99
 
42
.RE
38
43
.ad b
39
44
.SH DESCRIPTION
40
45
The normal relation operations (like \fB<\fP, "less than")
90
95
.BR fpclassify (3),
91
96
.BR isnan (3)
92
97
.SH COLOPHON
93
 
This page is part of release 3.26 of the Linux
 
98
This page is part of release 3.27 of the Linux
94
99
.I man-pages
95
100
project.
96
101
A description of the project,