]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/fmod.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / fmod.3
index 633167b490b170326c49138d225c8a6eb88ee2f3..d0b222bf8f09dea69e0d73913a4eb4dbdaf587c2 100644 (file)
@@ -89,25 +89,25 @@ such that the returned value has the same sign as
 .I x
 and a magnitude less than the magnitude of
 .IR y .
-
+.PP
 If
 .I x
 or
 .I y
 is a NaN, a NaN is returned.
-
+.PP
 If
 .I x
 is an infinity,
 a domain error occurs, and
 a NaN is returned.
-
+.PP
 If
 .I y
 is zero,
 a domain error occurs, and
 a NaN is returned.
-
+.PP
 If
 .I x
 is +0 (\-0), and
@@ -155,7 +155,7 @@ T}  Thread safety   MT-Safe
 .TE
 .SH CONFORMING TO
 C99, POSIX.1-2001, POSIX.1-2008.
-
+.PP
 The variant returning
 .I double
 also conforms to