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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm77 'neg' => sub { $_[0]->copy()->bneg(); },
84 $c->bneg()->badd($_[1]) :
968 sub bneg subroutine
974 return $x if $x->modify('bneg');
1284 $x->binc()->bneg(); # binc already does round
2619 $x->bneg(); # negation
3015 =head2 bneg
3017 $x->bneg();
3040 $x->binc()->bneg();
3661 $x = Math::BigInt->bneg("123
[all...]

Completed in 156 milliseconds