diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-23 20:34:43 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-23 20:34:43 +0000 |
commit | 56b9c9515cd02d944073a40912b99b5ed69f9766 (patch) | |
tree | a26b952b32fa1e26f4dfe176dfa14841b8406716 /MANIFEST | |
parent | 071db25d4bd6237e4ead7e44b9c1420448a117ff (diff) | |
download | perl-56b9c9515cd02d944073a40912b99b5ed69f9766.tar.gz |
Upgrade to Math::BigInt 1.55, from Tels.
p4raw-id: //depot/perl@15447
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1160,6 +1160,11 @@ lib/look.pl A "look" equivalent lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package lib/Math/BigInt.pm An arbitrary precision integer arithmetic package lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt +lib/Math/BigInt/t/mbi_rand.t Test Math::BigInt randomly +lib/Math/BigInt/t/use_lib1.t Test combinations of Math::BigInt and BigFloat +lib/Math/BigInt/t/use_lib2.t Test combinations of Math::BigInt and BigFloat +lib/Math/BigInt/t/use_lib3.t Test combinations of Math::BigInt and BigFloat +lib/Math/BigInt/t/use_lib4.t Test combinations of Math::BigInt and BigFloat lib/Math/BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc lib/Math/BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc lib/Math/BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t |