aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fpclassify.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fpclassify.3')
-rw-r--r--man3/fpclassify.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/fpclassify.3 b/man3/fpclassify.3
index 26e0fb4ac9..3904cd00b6 100644
--- a/man3/fpclassify.3
+++ b/man3/fpclassify.3
@@ -57,23 +57,23 @@ is.
The macro takes any floating-point expression as argument.
The result is one of the following values:
.TP
-FP_NAN
+.B FP_NAN
.I x
is "Not a Number".
.TP
-FP_INFINITE
+.B FP_INFINITE
.I x
is either plus or minus infinity.
.TP
-FP_ZERO
+.B FP_ZERO
.I x
is zero.
.TP
-FP_SUBNORMAL
+.B FP_SUBNORMAL
.I x
is too small to be represented in normalized format.
.TP
-FP_NORMAL
+.B FP_NORMAL
if nothing of the above is correct then it must be a
normal floating-point number.
.LP