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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm629 sub bsub subroutine
992 $x->bzero(); $x->bsub($LOG_10);
2517 $x->bsub($y); # subtraction (subtract $y from $x)
H A DBigRat.pm164 my $diff_e = $MBI->new ($nf->exponent())->bsub ( $f->exponent);
454 sub bsub subroutine
614 $x->bsub($u);
646 $x->{_n}->bsub($x->{_d}); # 5/2 => 3/2
671 $x->{_n}->bsub($x->{_d}); # -5/2 => -3/2
H A DBigInt.pm49 '-=' => sub { $_[0]->bsub($_[1]); },
85 $c->bsub( $_[1]) },
1119 sub bsub subroutine
1132 return $x if $x->modify('bsub');
1134 return $upgrade->new($x)->bsub($upgrade->new($y),@r) if defined $upgrade &&
1504 $rem = $y->copy()->bsub($rem) if $xsign ne $y->{sign}; # one of them '-'
2627 $x->bsub($y); # subtraction (subtract $y from $x)
3056 =head2 bsub
3058 $x->bsub($y); # subtraction (subtract $y from $x)

Completed in 38 milliseconds