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/round.pl
bench/bigbench.pl		# really big benchmark suite
t/mbimbf.t			# test accuracy/precision settings in MBI/MBF
t/bigintpm.t			# OO and overload skin over Math::BigInt::*
t/bigintc.t			# pure perl implementation of uint math core
t/bigints.t			# scalar implementation of uint math core
t/bigfltpm.t
