Searched refs:_root (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
H A D | bigintfc.t | 369 # _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 D | bigintc.t | 369 # _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 D | Scalar.pm | 110 sub _root { subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/ |
H A D | Calc.pm | 1943 sub _root { subroutine
|
H A D | Lib.pm | 955 sub _root { subroutine
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
H A D | BigInt.pm | 3505 $x->{value} = $LIB->_root($x->{value}, $y->{value});
|