diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-22 01:14:14 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-22 01:14:14 +0000 |
commit | a2008d6d9087873a23da5012f181cb674dbf4ab1 (patch) | |
tree | e0e61a56820ba722535f48599cb94a8dbfbd9ce9 /lib/Math | |
parent | 7e5428c5eadf5068dae305575a105bd61a84cb5d (diff) | |
download | perl-a2008d6d9087873a23da5012f181cb674dbf4ab1.tar.gz |
merge relevant portions from maintbranch change#1155
p4raw-link: @1155 on //depot/maint-5.004/perl: c7664d5b6ade225b1576289e62712eec26808f84
p4raw-id: //depot/perl@1186
Diffstat (limited to 'lib/Math')
-rw-r--r-- | lib/Math/BigFloat.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigFloat.pm b/lib/Math/BigFloat.pm index 77fb5dd818..576f3410c7 100644 --- a/lib/Math/BigFloat.pm +++ b/lib/Math/BigFloat.pm @@ -274,7 +274,7 @@ Math::BigFloat - Arbitrary length float math package =head1 SYNOPSIS - use Math::BogFloat; + use Math::BigFloat; $f = Math::BigFloat->new($string); $f->fadd(NSTR) return NSTR addition |