Lines Matching defs:bignum
1 package bignum;
29 *{"bignum::$name"} = sub
46 Carp::croak ("Can't call bignum\-\>$name, not a valid method");
158 bignum->accuracy($a) if defined $a;
159 bignum->precision($p) if defined $p;
162 print "bignum\t\t\t v$VERSION\n";
182 bignum - Transparent BigNumber support for Perl
186 use bignum;
201 use bignum;
218 Don't worry if it says Math::BigInt::Lite, bignum and friends will use Lite
226 transparent way of bignum C<ref()> should not be neccessary, anyway.
249 Under bignum (or bigint or bigrat), Perl will "upgrade" the numbers
284 instance, simple loop counters will be Math::BigInts under C<use bignum;> and
296 bignum recognizes some options that can be passed while loading it via use.
320 This enables a trace mode and is primarily for debugging bignum or
405 use bignum lib => 'Calc';
409 use bignum lib => 'BitVect';
414 use bignum lib => 'Foo,Math::BigInt::Bar';
442 C<bignum> is just a thin wrapper around various modules of the Math::BigInt
446 The following modules are currently used by bignum: