]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/frexp.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / frexp.3
index 862de9c178aaab13b2f2aa0279b7398a7935891b..51be5f5c13e61a6042f96b45e1b58ad70a8419e3 100644 (file)
@@ -77,20 +77,20 @@ the normalized fraction is
 times a power of two,
 and its absolute value is always in the range 1/2 (inclusive) to
 1 (exclusive), that is, [0.5,1).
-
+.PP
 If
 .I x
 is zero, then the normalized fraction is
 zero and zero is stored in
 .IR exp .
-
+.PP
 If
 .I x
 is a NaN,
 a NaN is returned, and the value of
 .I *exp
 is unspecified.
-
+.PP
 If
 .I x
 is positive infinity (negative infinity),
@@ -115,7 +115,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