Searched refs:_root (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigintc.t224 # _root
226 ok ($C->_str($C->_root($x,$n)),'4'); # 4.xx => 4.0
228 ok ($C->_str($C->_root($x,$n)),'3');
230 # _pow (and _root)
243 ok ($C->_str($C->_root($x,$n)),81);
249 ok ($C->_str($C->_root($x,$n)),'531441');
250 ok ($C->_str($C->_root($x,$n)),'81');
254 ok ($C->_str($C->_root($x,$n)),'81');
257 ok ($C->_str($C->_root($x,$n)),'80');
260 ok ($C->_str($C->_root(
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DScalar.pm125 sub _root subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm1540 sub _root subroutine
2062 _root(obj) return the n'th (n >= 3) root of obj (truncated to int)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm1963 $x->{value} = $CALC->_root($x->{value},$y->{value});

Completed in 27 milliseconds