Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarify special cases in Numeric.log10
  • Loading branch information
zoffixznet committed Oct 17, 2016
1 parent db56afa commit d2f47ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Cool.pod6
Expand Up @@ -545,7 +545,7 @@ Coerces the invocant (or in the sub form, the invocant) to
L<Numeric|/type/Numeric>, and returns its
L<Logarithm|https://en.wikipedia.org/wiki/Logarithm> to base 10, that is, a
number that approximately produces the original number when raised to the power
of 10.
of 10. Returns C<NaN> for negative arguments and C<-Inf> for C<0>.
say log10(1001); # 3.00043407747932
Expand Down

0 comments on commit d2f47ac

Please sign in to comment.