diff options
Diffstat (limited to 'lib/Math/BigInt.pm')
-rw-r--r-- | lib/Math/BigInt.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Math/BigInt.pm b/lib/Math/BigInt.pm index cd5c221b84..b61b884569 100644 --- a/lib/Math/BigInt.pm +++ b/lib/Math/BigInt.pm @@ -400,8 +400,8 @@ In particular perl -MMath::BigInt=:constant -e 'print 2**100' -print the integer value of C<2**100>. Note that without convertion of -constants the expression 2**100 will be calculatted as floating point number. +print the integer value of C<2**100>. Note that without conversion of +constants the expression 2**100 will be calculated as floating point number. =head1 BUGS |