diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-09-06 12:43:19 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-09-06 12:43:19 +0000 |
commit | e17f9d28545bbd1f4201962fc5d9c8b5a1d19781 (patch) | |
tree | bdc8c47e9cfbc051c140da92435fdf986cee06a1 /man3/clog2.3 | |
parent | 64dd32071a4a618333d0b760e64cc983fb905694 (diff) |
wfix/tfix
Diffstat (limited to 'man3/clog2.3')
-rw-r--r-- | man3/clog2.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/clog2.3 b/man3/clog2.3 index 8a639f29..7313cddf 100644 --- a/man3/clog2.3 +++ b/man3/clog2.3 @@ -16,7 +16,9 @@ clog2, clog2f, clog2l \- base-2 logarithm of a complex number Link with \-lm. .SH DESCRIPTION The logarithm is defined as log2(cabs(z))+I*carg(z). -Please note that z close to zero will cause an overflow. +Note that +.I z +close to zero will cause an overflow. .SH "CONFORMING TO" These function names are reserved for future use in C99. .SH AVAILABILITY |