Math::BigInt::FastCalc(3p) Perl Programmers Reference Guide
Math::BigInt::FastCalc(3p) Perl Programmers Reference Guide # Math::BigInt::FastCalc(3p) Perl Programmers Reference Guide NNAAMMEE # Math::BigInt::FastCalc - Math::BigInt::Calc with some XS for more speed SSYYNNOOPPSSIISS # # to use it with Math::BigInt use Math::BigInt lib => 'FastCalc'; # to use it with Math::BigFloat use Math::BigFloat lib => 'FastCalc'; # to use it with Math::BigRat use Math::BigRat lib => 'FastCalc'; DDEESSCCRRIIPPTTIIOONN # Math::BigInt::FastCalc inherits from Math::BigInt::Calc. Provides support for big integer calculations. Not intended to be used by other modules. ...