ffix + add section numbers to page xrefs

This commit is contained in:
Michael Kerrisk 2007-07-08 14:58:59 +00:00
parent f902bebcd5
commit c1f2e9907d
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,10 @@ clog, clogf, clogl \- natural logarithm of a complex number
.sp
Link with \fI-lm\fP.
.SH DESCRIPTION
The logarithm clog() is the inverse function of the exponential cexp().
The logarithm
.BR clog ()
is the inverse function of the exponential
.BR cexp (3).
Thus, if y = clog(z), then z = cexp(y).
The imaginary part of
.I y