.sp
Link with \-lm.
.SH DESCRIPTION
-The logarithm is defined as log10(cabs(z))+I*carg(z).
-Please note that z close to zero will cause an overflow.
+The call
+.I clog10(z)
+is equvalent to
+.IR clog10(z)/log(10) .
+The other functions perform the same task for
+.I float
+and
+.IR "long double" .
+
+Note that
+.I z
+close to zero will cause an overflow.
.SH "CONFORMING TO"
-The function is a GNU extension.
+This function is a GNU extension.
It is reserved for future use in C99.
.SH "SEE ALSO"
.BR cabs (3),