]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/fpclassify.3
Wrap long lines; start sentences on new lines
[thirdparty/man-pages.git] / man3 / fpclassify.3
index 2a1e8221e0fc5a8ce2f2c8bcb5f16bec125dbb00..a1f87cccee8f27ffae069fcf4d59d44ef59375a4 100644 (file)
@@ -24,11 +24,13 @@ fpclassify, isfinite, isnormal, isnan \- floating-point classification macros
 Compile with \-std=c99; link with \-lm.
 .SH DESCRIPTION
 Floating point numbers can have special values, such as
-infinite or NaN. With the macro
+infinite or NaN.
+With the macro
 .BI fpclassify( x )
 you can find out what type
 .I x
-is. The macro takes any floating-point expression as argument.
+is.
+The macro takes any floating-point expression as argument.
 The result is one of the following values:
 .TP
 FP_NAN