]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/frexp.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / frexp.3
index 72a2730db7676c6b12c3bc81c61465fbe2b70f68..65964e2e0281fb2f9c0926818e4763e6cb4080a0 100644 (file)
@@ -8,7 +8,7 @@
 .\" manual under the conditions for verbatim copying, provided that the
 .\" entire resulting derived work is distributed under the terms of a
 .\" permission notice identical to this one.
-.\" 
+.\"
 .\" Since the Linux kernel and libraries are constantly changing, this
 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
 .\" responsibility for errors or omissions, or for damages resulting from
@@ -16,7 +16,7 @@
 .\" have taken the same level of care in the production of this manual,
 .\" which is licensed free of charge, as they might when working
 .\" professionally.
-.\" 
+.\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
@@ -48,15 +48,16 @@ Link with \-lm.
 The \fBfrexp\fP() function is used to split the number \fIx\fP into a
 normalized fraction and an exponent which is stored in \fIexp\fP.
 .SH "RETURN VALUE"
-The \fBfrexp\fP() function returns the normalized fraction.  
-If the argument \fIx\fP is not zero, 
-the normalized fraction is \fIx\fP times a power of two, 
+The \fBfrexp\fP() function returns the normalized fraction.
+If the argument \fIx\fP is not zero,
+the normalized fraction is \fIx\fP times a power of two,
 and its absolute value is always in the range 1/2 (inclusive) to
-1 (exclusive).  If \fIx\fP is zero, then the normalized fraction is
+1 (exclusive).
+If \fIx\fP is zero, then the normalized fraction is
 zero and zero is stored in \fIexp\fP.
 .SH "CONFORMING TO"
 SVr4, 4.3BSD, C89.
-The 
+The
 .I float
 and
 .I "long double"