File: isgreater.3

package info (click to toggle)
manpages-ja 0.5.0.0.20050315-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,620 kB
  • ctags: 4
  • sloc: sh: 12,675; perl: 157; makefile: 106
file content (70 lines) | stat: -rw-r--r-- 2,082 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\" 2002-07-27 Walter Harms
.\" this was done with the help of the glibc manual
.\"
.\" Japanese Version Copyright (c) 2004-2005 Yuichi SATO
.\"         all rights reserved.
.\" Translated Fri Aug 20 04:03:26 JST 2004
.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
.\" Updated & Modified Sat Jan 15 02:32:55 JST 2005 by Yuichi SATO
.\"
.TH ISGREATER 3  2002-07-27 "" "Linux Programmer's Manual"
.SH ̾
isgreater, isgreaterequal, isless, islessgreater, isunordered \- طƥȤޥ
.SH 
.nf
.B #include <math.h>
.sp
.BI "int isgreater(x,y);
.sp
.BI "int isgreaterequal(x,y);
.sp
.BI "int isless(x,y);
.sp
.BI "int islessequal(x,y);
.sp
.BI "int islessgreater(x,y);
.sp
.BI "int isunordered(x,y);
.fi
.sp
-std=c99 ǥѥ뤷\-lm ǥ󥯤롣
.SH 
(< Τ褦) ̾δطϡ1 ĤΥڥɤ NaN ξˤϼԤ롣
㳰θˤʤ롣
򤱤뤿ᡢC99 ǤϼΤ褦ʥޥƤ롣
Υޥϥڥɤ 1 ɾ뤳ȤݾڤƤ롣
Ǥդμ¿ư򥪥ڥɤˤǤ롣
.TP
isgreater()
(x) > (y) ꤹ롣x ޤ y  NaN Ǥ㳰ȯʤ
.TP
isgreaterequal()
(x) >= (y) ꤹ롣x ޤ y  NaN Ǥ㳰ȯʤ
.TP 
isless()
(x) < (y) ꤹ롣x ޤ y  NaN Ǥ㳰ȯʤ
.TP
islessequal()
(x) <= (y) ꤹ롣x ޤ y  NaN Ǥ㳰ȯʤ
.TP
islessgreater()
(x) < (y) || (x) > (y) ꤹ롣x ޤ y  NaN Ǥ㳰ȯʤ
Υޥ x != y ǤϤʤ
ʤʤ顢ɾ x ޤ y  NaN ξ true Ȥʤ뤿Ǥ롣
.TP
isunordered()
x ޤ y  NaN ξ true Ȥʤ롣
ʳξ false ˤʤ롣
.SH 
δؿƤΥϡɥǥݡȤƤ櫓ǤϤʤ
ݡȤƤʤϡޥǥߥ졼Ȥ롣
ߥ졼Ȥϡǽ롣
NaN ˤĤƿۤʤƹʤϡ
δؿȤʤȡ
.SH 
C99
.SH Ϣ
.BR fpclassify (3)
.BR isnan (3)