Searched refs:bfloor (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratup.t23 # bceil/bfloor
25 $x = $rat->new('49/4'); ok ($x->bfloor(),'12');
H A Dbigrat.t211 # bfloor/bceil
214 $x = $cr->new('-7/7')->bfloor(); ok ($x->{_n}, '1'); ok ($x->{_d}, '1');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigRat.pm805 sub bfloor subroutine
1481 =head2 bfloor()
1483 $x->bfloor();
1546 =item rounding (not implemented except for bceil/bfloor)
H A DBigInt.pm2157 sub bfloor subroutine
2658 $x->bfloor(); # return integer less or equal than $x
3156 =head2 bfloor
3158 $x->bfloor();
H A DBigFloat.pm2092 sub bfloor subroutine
2097 return $x if $x->modify('bfloor');
2543 $x->bfloor(); # return integer less or equal than $x

Completed in 51 milliseconds