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
bench/copy.pl			# measure overhead of copy due to overload
bench/factor.pl
bench/factorial.pl		# see BENCHMARK
bench/power.pl			# see BENCHMARK
bench/round.pl
bench/bigbench.pl		# really big benchmark suite
bench/cmp.pl			# comparing with 0 (see BENCHMARK)
t/mbimbf.t			# test accuracy/precision settings in MBI/MBF
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/Math/BigInt/Subclass.pm	# empty subclass
t/Math/BigFloat/Subclass.pm	# empty subclass
