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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm78 'abs' => sub { $_[0]->copy()->babs(); },
956 sub babs subroutine
962 return $x if $x->modify('babs');
1263 my $x = $y->copy()->babs(); # keep arguments
2620 $x->babs(); # absolute value
3022 =head2 babs
3024 $x->babs();
3662 $x = Math::BigInt->babs("-12345"); # BigInt "12345"
3771 C<babs()> etc), instead of O(N) and thus nearly always take much less time.

Completed in 27 milliseconds