Skip to content

Commit

Permalink
Changed approximation of "e" to exact value in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
Util committed Jun 5, 2010
1 parent 190bf45 commit 288b3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subs-n-sigs.pod
Expand Up @@ -932,7 +932,7 @@ of their parameters:

=begin programlisting

sub logarithm(Numeric $x, Numeric :$base = 2.7183) {
sub logarithm(Numeric $x, Numeric :$base = exp(1)) {
log($x) / log($base);
}

Expand Down

0 comments on commit 288b3d2

Please sign in to comment.