Searched refs:bigrat (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/bignum/t/
H A Dbr_lite.t20 require bigrat; bigrat->import();
23 ok ($bigrat::_lite,1);
H A Dbigrat.t16 use bigrat;
53 ok_undef (bigrat->accuracy());
54 ok (bigrat->accuracy(12),12);
55 ok (bigrat->accuracy(),12);
57 ok_undef (bigrat->precision());
58 ok (bigrat->precision(12),12);
59 ok (bigrat->precision(),12);
61 ok (bigrat->round_mode(),'even');
62 ok (bigrat->round_mode('odd'),'odd');
63 ok (bigrat
[all...]
H A Dbrinfnan.t17 use bigrat;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm1 package bigrat; package
29 *{"bigrat::$name"} = sub
47 Carp::croak ("Can't call bigrat\-\>$name, not a valid method");
137 print "bigrat\t\t\t v$VERSION\n";
158 bigrat - Transparent BigNumber/BigRational support for Perl
162 use bigrat;
178 C<bigrat> is just a thin wrapper around various modules of the Math::BigInt
194 use bigrat lib => 'Calc';
198 use bigrat lib => 'BitVect';
203 use bigrat li
[all...]
H A Dbigrat.pl1 package bigrat; package
H A Dbignum.pm249 Under bignum (or bigint or bigrat), Perl will "upgrade" the numbers
265 There is also C<use bigrat;> which gives you big rationals:
472 Especially L<bigrat> as in C<perl -Mbigrat -le 'print 1/3+1/4'>.
H A Dbigint.pm374 Especially L<bigrat> as in C<perl -Mbigrat -le 'print 1/3+1/4'> and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm4217 pragmas L<bignum>, L<bigint> and L<bigrat> for an easy way to do this.
4252 The pragmas L<bignum>, L<bigint> and L<bigrat> also might be of interest
H A DBigFloat.pm2965 The pragmas L<bignum>, L<bigint> and L<bigrat> might also be of interest

Completed in 46 milliseconds