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 D | br_lite.t | 20 require bigrat; bigrat->import(); 23 ok ($bigrat::_lite,1);
|
H A D | bigrat.t | 16 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 D | brinfnan.t | 17 use bigrat;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | bigrat.pm | 1 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 D | bigrat.pl | 1 package bigrat; package
|
H A D | bignum.pm | 249 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 D | bigint.pm | 374 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 D | BigInt.pm | 4217 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 D | BigFloat.pm | 2965 The pragmas L<bignum>, L<bigint> and L<bigrat> might also be of interest
|
Completed in 40 milliseconds