This is a replacement library for Math::BigInt::Calc that reimplements some of the Calc functions in XS. It can be used via:
use Math::BigInt lib => 'FastCalc';
This is always safe to use, since:
Of course, it also works with Math::BigFloat
use Math::BigFloat lib => 'FastCalc';
or even Math::BigRat:
use Math::BigRat lib => 'FastCalc';
Please have fun!
To install this module type the following:
perl Makefile.PL
make
make test
make install # as root
Under Windwos, get the nmake program and do:
perl Makefile.PL
nmake
nmake test
nmake install # might need admin rights
Copyright (C) 2002 - 2007 Tels - http://bloodgate.com/perl