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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigRat/
H A DTest.pm42 *fsstr = \&bsstr;
60 my $y = Math::BigFloat->new($x->bsstr(),undef,undef);
71 my $y = Math::BigFloat->new($x->bsstr(),undef,undef);
100 $_[0]->bsstr();
103 sub bsstr subroutine
119 return $s.$output->bsstr();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm207 return $downgrade->new($self->bsstr());
380 sub bsstr subroutine
402 $x->bsstr();
1979 # number bsstr len zad dad
2552 $x->bsstr(); # return string in scientific notation
2618 Output values are BigFloat objects (normalized), except for bstr() and bsstr().
2622 while C<bsstr()> (s for scientific) gives you the scientific notation.
2624 Input bstr() bsstr()
H A DBigRat.pm291 sub bsstr subroutine
H A DBigInt.pm756 sub bsstr subroutine
2681 $x->bsstr(); # normalized string in scientific notation
3223 =head2 bsstr
3225 $x->bsstr(); # normalized string in scientific notation
3673 print $x->bsstr(); # 9e+0
3929 =item bstr(), bsstr() and 'cmp'
3931 Both C<bstr()> and C<bsstr()> as well as automated stringify via overload now
3965 There is now a C<bsstr()> method to get the string in scientific notation aka
3977 ok ($x->bsstr(),$y); # okay

Completed in 29 milliseconds