Lines Matching defs:babs
194 'abs' => sub { $_[0] -> copy() -> babs(); },
1794 sub babs {
1799 return $x if $x->modify('babs');
1805 #return $upgrade -> babs($x, @r)
2394 $rem = $y -> copy() -> babs() -> bsub($rem);
3613 $y[0] = $x -> copy() -> babs();
3679 $y[0] = $x -> copy() -> babs();
3841 $b = $b -> babs();
4519 return $x -> babs();
4564 return $x -> babs();
6591 $x->babs(); # absolute value
7379 =item babs()
7381 $x->babs();
8004 $x->babs(); # '+'
8005 $x->babs()->bneg(); # '-'
8860 $x = Math::BigInt->babs("-12345"); # Math::BigInt "12345"
8989 C<babs()> etc), instead of O(N) and thus nearly always take much less time.