Unix and Linux Discussions Tagged with arguments |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
67,976 |
Shell Programming and Scripting |
|
|
|
6 |
3,725 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,538 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,821 |
Shell Programming and Scripting |
|
|
|
1 |
3,798 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
19,087 |
Ubuntu |
|
|
|
4 |
2,801 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,059 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,480 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
13,404 |
Shell Programming and Scripting |
|
|
|
12 |
2,136 |
Shell Programming and Scripting |
|
|
|
2 |
8,018 |
Shell Programming and Scripting |
|
|
|
4 |
2,363 |
Shell Programming and Scripting |
|
|
|
9 |
3,455 |
Shell Programming and Scripting |
|
|
|
2 |
1,257 |
Shell Programming and Scripting |
|
|
|
2 |
1,958 |
Shell Programming and Scripting |
|
|
|
3 |
9,999 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,002 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,636 |
UNIX Desktop Questions & Answers |
|
|
|
3 |
1,813 |
Shell Programming and Scripting |
|
|
|
3 |
3,802 |
Programming |
|
|
|
3 |
3,112 |
UNIX Desktop Questions & Answers |
|
|
|
3 |
6,355 |
Shell Programming and Scripting |
|
|
|
8 |
7,951 |
Programming |
|
|
|
7 |
6,517 |
Shell Programming and Scripting |
|
|
|
4 |
3,407 |
Shell Programming and Scripting |
|
|
|
1 |
10,176 |
Homework & Coursework Questions |
|
|
|
5 |
3,602 |
Shell Programming and Scripting |
|
|
|
9 |
7,802 |
Shell Programming and Scripting |
|
|
|
5 |
5,021 |
Shell Programming and Scripting |
|
|
|
2 |
2,505 |
Shell Programming and Scripting |
|
|
|
7 |
4,196 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
69,898 |
Shell Programming and Scripting |
|
|
|
5 |
3,833 |
Shell Programming and Scripting |
|
|
|
2 |
19,945 |
Shell Programming and Scripting |
|
|
|
2 |
26,898 |
Shell Programming and Scripting |
|
|
|
3 |
63,591 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
43,394 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
2,222 |
Shell Programming and Scripting |
|
|
|
1 |
4,570 |
Programming |
isunordered(3M) isunordered(3M)
NAME
isunordered() - floating-point comparison macro (unordered)
SYNOPSIS
floating-expr floating-expr
DESCRIPTION
The macro determines whether its arguments are unordered. The arguments are unordered if at least one argument is a NaN.
The arguments must be of floating type. For HP Integrity servers, the arguments can be any floating type. For PA-RISC, each argument must
be either or
USAGE
To use the macro, compile either with the default option or with the and options. Make sure your program includes Link in the math library
by specifying on the compiler or linker command line.
RETURN VALUE
The macro returns 1 if its arguments are unordered (that is, if either argument is a NaN) and 0 otherwise. The macro raises no floating-
point exceptions.
ERRORS
No errors are defined.
SEE ALSO
isgreater(3M), isgreaterequal(3M), isless(3M), islessequal(3M), islessgreater(3M), math(5).
STANDARDS CONFORMANCE
isunordered(3M)