aboutsummaryrefslogtreecommitdiffstats
path: root/man3/isgreater.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/isgreater.3')
-rw-r--r--man3/isgreater.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/isgreater.3 b/man3/isgreater.3
index 650e222d5c..0f26451f7c 100644
--- a/man3/isgreater.3
+++ b/man3/isgreater.3
@@ -53,13 +53,13 @@ true if x or y is NaN.
.TP
isunordered()
is true if x or y is NaN and false otherwise.
+.SH "CONFORMING TO"
+C99
.SH NOTES
Not all hardware supports these functions, and where it doesn't, they
will be emulated by macros.
This will give you a performance penalty.
Don't use these functions if NaN is of no concern for you.
-.SH "CONFORMING TO"
-C99
.SH "SEE ALSO"
.BR fpclassify (3),
.BR isnan (3)