Home
last modified time | relevance | path

Searched refs:_root (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
H A Dbigintfc.t369 # _root
373 is($LIB->_str($LIB->_root($x, $n)), "4",
378 is($LIB->_str($LIB->_root($x, $n)), "3",
381 # _pow (and _root)
408 is($LIB->_str($LIB->_root($x, $n)), 81,
409 qq|$LIB->_str($LIB->_root(\$x, \$n)) = 81|);
417 is($LIB->_str($LIB->_root($x, $n)), "531441",
419 is($LIB->_str($LIB->_root($x, $n)), "81",
426 is($LIB->_str($LIB->_root($x, $n)), "81",
430 is($LIB->_str($LIB->_root($x, $n)), "80",
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dbigintc.t369 # _root
373 is($LIB->_str($LIB->_root($x, $n)), "4",
378 is($LIB->_str($LIB->_root($x, $n)), "3",
381 # _pow (and _root)
408 is($LIB->_str($LIB->_root($x, $n)), 81,
409 qq|$LIB->_str($LIB->_root(\$x, \$n)) = 81|);
417 is($LIB->_str($LIB->_root($x, $n)), "531441",
419 is($LIB->_str($LIB->_root($x, $n)), "81",
426 is($LIB->_str($LIB->_root($x, $n)), "81",
430 is($LIB->_str($LIB->_root($x, $n)), "80",
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/
H A DScalar.pm110 sub _root { subroutine
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
H A DCalc.pm1943 sub _root { subroutine
H A DLib.pm955 sub _root { subroutine
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm3505 $x->{value} = $LIB->_root($x->{value}, $y->{value});