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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm133 return $self->bnorm();
146 return $self->bnorm();
209 $self->bnorm()->round(@r); # first normalize, then round
626 $x->bnorm()->round($a,$p,$r,$y);
677 return $x->bnorm()->bround(@r);
683 return $x->bnorm()->bround(@r);
713 return $x->bnorm()->round(@r);
719 return $x->bnorm()->round(@r);
812 $x->bnorm();
1249 return $x->bnorm()
2341 sub bnorm subroutine
[all...]
H A DBigRat.pm126 return $self->bnorm();
135 return $self->bnorm();
207 return $self->bnorm();
230 $self->bnorm();
305 sub bnorm subroutine
436 # the gcd() calculation and reducing is then done in bnorm()
451 $x->bnorm()->round(@r);
522 $x->bnorm()->round(@r);
561 $x->bnorm()->round(@r);
617 $x->bnorm()
[all...]
H A DBigInt.pm945 $self->bnorm(); # after round, normalize
948 sub bnorm subroutine
2057 # do not return $x->bnorm(), but $x
2621 $x->bnorm(); # normalize (no-op in BigInt)
2733 C<bnorm()> on a BigInt object is now effectively a no-op, since the numbers
3030 =head2 bnorm
3032 $x->bnorm(); # normalize (no-op)
3663 $x = Math::BigInt->bnorm("-0 00"); # BigInt "0"
3696 print $x->copy()->bnorm(),"\n"; # 123.46

Completed in 34 milliseconds