CHANGES
BENCHMARK
BUGS
GOALS
HISTORY
INSTALL
README
LICENSE
MANIFEST
NEW
CREDITS
TODO
Makefile.PL
examples/hailstone.pl
examples/prime.pl
examples/bigprimes.pl
examples/1000.txt
lib/Math/BigInt.pm
lib/Math/BigInt/Calc.pm
lib/Math/BigInt/Scalar.pm
lib/Math/BigFloat.pm
t/mbimbf.inc			# test accuracy/precision settings in MBI/MBF
t/mbimbf.t			# test A & P with MBI/MBF
t/sub_mif.t			# test A & P with Subclasses
t/bigintc.t			# pure perl implementation of uint math core
t/bigints.t			# scalar implementation of uint math core
t/bigfltpm.t			# shell for M::BF tests
t/bigintpm.t			# shell for M::BI tests
t/bigfltpm.inc			# contains actual tests for MBF
t/bigintpm.inc			# contains actual tests for MBI
t/calling.t			# ensure that Class->method('string') works
t/sub_mbi.t			# empty subclass test for M::BI
t/sub_mbf.t			# empty subclass test for M::BF
t/bare_mbi.t			# test Math::BigInt's simulation of Calc
t/require.t			# test: require Math::BigInt;
t/use.t				# test: use Math::BigInt();
t/Math/BigInt/BareCalc.pm	# for testing BigInt's simulation of Calc
t/Math/BigInt/Subclass.pm	# empty subclass
t/Math/BigFloat/Subclass.pm	# empty subclass
