Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replicate Numeric.log changes in Cool.log
(why is all of this stuff duplicated like this? Cool really just does a
coersion to Numeric for all of these mathematical methods and
maintaining docs for them in 2 places is LTA)
  • Loading branch information
zoffixznet committed Oct 17, 2016
1 parent d2574de commit db56afa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Type/Cool.pod6
Expand Up @@ -529,7 +529,8 @@ Coerces the arguments (including the invocant in the method form) to
L<Numeric|/type/Numeric>, and returns its
L<Logarithm|https://en.wikipedia.org/wiki/Logarithm> to base C<$base>, or to
base C<e> (Euler's Number) if no base was supplied
(L<Natural logarithm|https://en.wikipedia.org/wiki/Natural_logarithm>.
(L<Natural logarithm|https://en.wikipedia.org/wiki/Natural_logarithm>).
Returns C<NaN> if C<$base> is negative. Throws an exception if C<$base> is C<1>.
say (e*e).log; # 2
Expand Down

0 comments on commit db56afa

Please sign in to comment.