Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clarify special cases in Numeric.log
  • Loading branch information
zoffixznet committed Oct 17, 2016
1 parent 9398f28 commit d2574de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Type/Numeric.pod6
Expand Up @@ -77,6 +77,7 @@ Returns True if C<$other> is numerically the same as the invocant.
multi method log(Numeric:D: Numeric $base = e) returns Numeric:D
Calculates the logarithm to base C<$base>. Defaults to the natural logarithm.
Returns C<NaN> if C<$base> is negative. Throws an exception if C<$base> is C<1>.
=head2 routine log10
Expand Down

0 comments on commit d2574de

Please sign in to comment.