]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/remainder.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / remainder.3
index 43461c318026efaf0a5387627e0f08baada6dbb6..7527fe5bc9efca9cf13f855b1bc5909fde25be36 100644 (file)
@@ -104,7 +104,7 @@ If the absolute value of
 is 0.5,
 .I n
 is chosen to be even.
-
+.PP
 These functions are unaffected by the current rounding mode (see
 .BR fenv (3)).
 .LP
@@ -117,13 +117,13 @@ functions return the floating-point remainder,
 \fIx\fP\-\fIn\fP*\fIy\fP.
 If the return value is 0, it has the sign of
 .IR x .
-
+.PP
 If
 .I x
 or
 .I y
 is a NaN, a NaN is returned.
-
+.PP
 If
 .I x
 is an infinity,
@@ -132,7 +132,7 @@ and
 is not a NaN,
 a domain error occurs, and
 a NaN is returned.
-
+.PP
 If
 .I y
 is zero,
@@ -198,7 +198,7 @@ The functions
 and
 .BR remainderl ()
 are specified in C99, POSIX.1-2001, and POSIX.1-2008.
-
+.PP
 The function
 .BR drem ()
 is from 4.3BSD.
@@ -218,12 +218,12 @@ etc.
 Before glibc 2.15,
 .\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6779
 the call
-
+.PP
     remainder(nan(""), 0);
-
+.PP
 returned a NaN, as expected, but wrongly caused a domain error.
 Since glibc 2.15, a silent NaN (i.e., no domain error) is returned.
-
+.PP
 Before glibc 2.15,
 .\" http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783
 .I errno