This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
New core module, Math::BigInt::FastCalc
authorTels <nospam-abuse@bloodgate.com>
Sun, 3 Apr 2005 11:12:45 +0000 (13:12 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 5 Apr 2005 12:56:35 +0000 (12:56 +0000)
commit062a4e99bd9f115e70072d0742b94c62da85ba80
tree1e3b8ed7587b0864f1798a4ec08ab322b6110420
parent233f7bc03a8f0557d08657ec772040b570b403cd
New core module, Math::BigInt::FastCalc

Subject: [PATCH] integrate Math::BigInt::FastCalc
Message-Id: <200504031112.55179@bloodgate.com>

p4raw-id: //depot/perl@24158
MANIFEST
ext/Math/BigInt/FastCalc/FastCalc.pm [new file with mode: 0644]
ext/Math/BigInt/FastCalc/FastCalc.xs [new file with mode: 0644]
ext/Math/BigInt/FastCalc/Makefile.PL [new file with mode: 0644]
ext/Math/BigInt/FastCalc/t/bigintfc.t [new file with mode: 0644]
ext/Math/BigInt/FastCalc/t/bootstrap.t [new file with mode: 0644]
ext/Math/BigInt/FastCalc/t/mbi_rand.t [new file with mode: 0644]