Home
last modified time | relevance | path

Searched refs:_fac (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/
Dbigintfc.t473 # _fac
476 is($LIB->_str($LIB->_fac($x)), "1",
477 qq|$LIB->_str($LIB->_fac(\$x)) = "1"|);
480 is($LIB->_str($LIB->_fac($x)), "1",
481 qq|$LIB->_str($LIB->_fac(\$x)) = "1"|);
484 is($LIB->_str($LIB->_fac($x)), "2",
485 qq|$LIB->_str($LIB->_fac(\$x)) = "2"|);
488 is($LIB->_str($LIB->_fac($x)), "6",
489 qq|$LIB->_str($LIB->_fac(\$x)) = "6"|);
492 is($LIB->_str($LIB->_fac($x)), "24",
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
Dbigintc.t473 # _fac
476 is($LIB->_str($LIB->_fac($x)), "1",
477 qq|$LIB->_str($LIB->_fac(\$x)) = "1"|);
480 is($LIB->_str($LIB->_fac($x)), "1",
481 qq|$LIB->_str($LIB->_fac(\$x)) = "1"|);
484 is($LIB->_str($LIB->_fac($x)), "2",
485 qq|$LIB->_str($LIB->_fac(\$x)) = "2"|);
488 is($LIB->_str($LIB->_fac($x)), "6",
489 qq|$LIB->_str($LIB->_fac(\$x)) = "6"|);
492 is($LIB->_str($LIB->_fac($x)), "24",
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/
DScalar.pm114 sub _fac { subroutine
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/
DCalc.pm1424 sub _fac { subroutine
1461 my $tmp = $c -> SUPER::_fac($cx);
DLib.pm646 sub _fac {
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
DBigRat.pm1468 $x->{_n} = $LIB->_fac($x->{_n});
1717 my $B = $LIB->_fac($LIB->_new($steps));
DBigFloat.pm2896 my $B = $LIB->_fac($LIB->_new($steps));
3932 $x->{_m} = $LIB->_fac($x->{_m}); # calculate factorial
DBigInt.pm3521 $x->{value} = $LIB->_fac($x->{value});