Commit 2bf8f6bc by Craig Burley Committed by Craig Burley

fix LOG10 docs

From-SVN: r25196
parent 90b8e60a
1999-02-14 Craig Burley <craig@jcb-sc.com>
* intdoc.in (LOG10): Fix description.
1999-02-14 Craig Burley <craig@jcb-sc.com>
* news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
1999-02-14 Craig Burley <craig@jcb-sc.com>
......
......@@ -296,10 +296,9 @@ DEFDOC (DLOG, "Natural logarithm (archaic).", ARCHAIC (LOG, Log))
DEFDOC (CDLOG, "Natural logarithm (archaic).", ARCHAIC (LOG, Log))
DEFDOC (LOG10, "Natural logarithm.", "\
Returns the natural logarithm of @var{@1@}, which must
be greater than zero or, if type @code{COMPLEX}, must not
be zero.
DEFDOC (LOG10, "Base-10 logarithm.", "\
Returns the base-10 logarithm of @var{@1@}, which must
be greater than zero.
The inverse of this function is @samp{10. ** LOG10(@var{@1@})}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment