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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm689 sub bdec subroutine
878 $x->bdec(); $u = $x->copy(); # u = x-1; x = x-1
2514 $x->bdec(); # decrement x by 1
H A DBigRat.pm621 # bdec/binc
623 sub bdec subroutine
H A DBigInt.pm117 '--' => sub { $_[0]->bdec() },
1172 sub bdec subroutine
1176 return $x if $x->modify('bdec');
1768 $x->bdec(); # n == 2, but $y == 1: this fixes it
2624 $x->bdec(); # decrement $x by 1
3048 =head2 bdec
3050 $x->bdec(); # decrement x by 1

Completed in 38 milliseconds