Update to Math::BigInt 1.36. The biggest news is
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 10 Jul 2001 01:38:11 +0000 (01:38 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 10 Jul 2001 01:38:11 +0000 (01:38 +0000)
commit0716bf9b5ee2e16abe83ca2b8b306c630f5ffd7f
tree947e0c54ce24e5a7837c9474950a217c3357fbf9
parent2adb30caeb46691793593b16f144ea9794daf4c9
Update to Math::BigInt 1.36.  The biggest news is
the separation of the backend; now the pure Perl
implementation is in Math::BigInt::Calc, but one
can plugin, say, Math::BigInt::BitVect, and get
considerable speedup.

p4raw-id: //depot/perl@11247
MANIFEST
lib/Math/BigFloat.pm
lib/Math/BigInt.pm
lib/Math/BigInt/Calc.pm [new file with mode: 0644]
lib/Math/BigInt/t/bigfltpm.t
lib/Math/BigInt/t/bigintc.t [new file with mode: 0644]
lib/Math/BigInt/t/bigintpm.t