Searched defs:bmod (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm1351 $rem->bmod($y,@params); # copy already done
1367 sub bmod subroutine
2522 $x->bmod($y); # modulus ($x % $y)
H A DBigRat.pm565 sub bmod subroutine
1420 =head2 bmod()
1425 print $x->bmod($y);
1550 =item bmod(), blog(), bmodinv() and bmodpow() (partial)
H A DBigInt.pm52 '%=' => sub { $_[0]->bmod($_[1]); },
93 $_[2] ? ref($_[0])->new($_[1])->bmod($_[0]) : $_[0]->copy->bmod($_[1]);
1423 # helper function that handles +-inf cases for bdiv()/bmod() to reuse code
1524 sub bmod subroutine
1537 return $x if $x->modify('bmod');
1591 $x->bmod($y) if $x->{sign} eq '-';
1598 $x->bmod($y); # calc real result
2632 $x->bmod($y); # modulus (x % y)
3069 =head2 bmod
[all...]

Completed in 38 milliseconds