Searched refs:_sqrt (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm120 sub _sqrt subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintc.t220 # _sqrt
221 $x = $C->_new("144"); ok ($C->_str($C->_sqrt($x)),'12');
222 $x = $C->_new("144000000000000"); ok ($C->_str($C->_sqrt($x)),'12000000');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm1462 sub _sqrt subroutine
1583 _sqrt($c,$x);
2061 _sqrt(obj) return the square root of object (truncated to int)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm1697 $y1 = $MBI->_sqrt($y1);
H A DBigInt.pm1933 $x->{value} = $CALC->_sqrt($x->{value});

Completed in 32 milliseconds