]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/clog10.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / clog10.3
index 299a7a051c2e39e5d14ee3323bc08a994023df8d..1c863609daf5fabf617a48823a2ae6473ee7f145 100644 (file)
@@ -23,18 +23,18 @@ Link with \fI\-lm\fP.
 The call
 .I clog10(z)
 is equivalent to:
-
+.PP
     clog(z)/log(10)
-
+.PP
 or equally:
-
+.PP
     log10(cabs(c)) + I * carg(c) / log(10)
-
+.PP
 The other functions perform the same task for
 .I float
 and
 .IR "long double" .
-
+.PP
 Note that
 .I z
 close to zero will cause an overflow.