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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm2404 sub as_bin subroutine
2420 $z->as_bin();
H A DBigRat.pm1193 sub as_bin subroutine
1200 $s . $x->{_n}->as_bin();
H A DBigInt.pm1740 # although this is O(N*N) in calc (as_bin!) it is O(N) in Pari et al
1745 my $bin = $x->as_bin();
2193 sub as_bin subroutine
2378 new copy check from_hex from_bin as_hex as_bin zeros
2683 $x->as_bin(); # as signed binary string with prefixed 0b
3231 =head2 as_bin
3233 $x->as_bin(); # as signed binary string with prefixed 0b
3702 print "bin: ",$x->as_bin()," hex:",$x->as_hex()," dec: ",$x,"\n";

Completed in 33 milliseconds