diff options
Diffstat (limited to 'lib/Math/BigRat.pm')
-rw-r--r-- | lib/Math/BigRat.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Math/BigRat.pm b/lib/Math/BigRat.pm index 6243dd4c5a..d18ea07fe9 100644 --- a/lib/Math/BigRat.pm +++ b/lib/Math/BigRat.pm @@ -1440,7 +1440,7 @@ Currently the following replacement libraries exist, search for them at CPAN: =head1 METHODS -Any methods not listed here are dervied from Math::BigFloat (or +Any methods not listed here are derived from Math::BigFloat (or Math::BigInt), so make sure you check these two modules for further information. @@ -1636,7 +1636,7 @@ appropriate information. undef round_mode RW Global round mode even - div_scale RW Fallback acccuracy for div + div_scale RW Fallback accuracy for div 40 trap_nan RW Trap creation of NaN (undef = no) undef |