clog10.3: Show an alternative equivalence for clog10()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-02-19 12:09:25 +01:00
parent d8334b03a5
commit d2229a2b2f
1 changed files with 8 additions and 2 deletions

View File

@ -22,8 +22,14 @@ Link with \fI\-lm\fP.
.SH DESCRIPTION
The call
.I clog10(z)
is equivalent to
.IR clog(z)/log(10) .
is equivalent to:
clog(z)/log(10)
or equally:
log10(cabs(c)) + I * carg(c) / log(10)
The other functions perform the same task for
.I float
and