Math-Bigint-Calc

Math::BigInt::Calc(3p) Perl Programmers Reference Guide

Math-Bigint-Calc

Math::BigInt::Calc(3p) Perl Programmers Reference Guide # Math::BigInt::Calc(3p) Perl Programmers Reference Guide NNAAMMEE # Math::BigInt::Calc - pure Perl module to support Math::BigInt SSYYNNOOPPSSIISS # # to use it with Math::BigInt use Math::BigInt lib => 'Calc'; # to use it with Math::BigFloat use Math::BigFloat lib => 'Calc'; # to use it with Math::BigRat use Math::BigRat lib => 'Calc'; # explicitly set base length and whether to "use integer" use Math::BigInt::Calc base_len => 4, use_int => 1; use Math::BigInt lib => 'Calc'; DDEESSCCRRIIPPTTIIOONN # Math::BigInt::Calc inherits from Math::BigInt::Lib. ...