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 d2f47ac commit 59efbe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Type/Numeric.pod6
Expand Up @@ -84,7 +84,8 @@ Returns C<NaN> if C<$base> is negative. Throws an exception if C<$base> is C<1>.
multi sub log10(Numeric:D ) returns Numeric:D
multi method log10(Numeric:D:) returns Numeric:D
Calculates the logarithm to base 10.
Calculates the logarithm to base 10. Returns C<NaN> for negative
arguments and C<-Inf> for C<0>.
=head2 routine exp
Expand Down

0 comments on commit 59efbe2

Please sign in to comment.