]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/clog10.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / clog10.3
index 46e751fc54569d80d545858ea4f9b65b510ced9c..b67080d4da3b9a9b8eb9a26d8f461f69284a51f8 100644 (file)
@@ -17,18 +17,18 @@ clog10, clog10f, clog10l \- base-10 logarithm of a complex number
 .sp
 Link with \-lm.
 .SH DESCRIPTION
-The call 
+The call
 .I clog10(z)
 is equivalent to
 .IR clog(z)/log(10) .
-The other functions perform the same task for 
+The other functions perform the same task for
 .I float
-and 
+and
 .IR "long double" .
 
-Note that 
-.I z 
-close to zero will cause an overflow. 
+Note that
+.I z
+close to zero will cause an overflow.
 .SH "CONFORMING TO"
 This function is a GNU extension.
 It is reserved for future use in C99.