Searched refs:_fac (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt-FastCalc/t/ |
| D | bigintfc.t | 473 # _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/ |
| D | bigintc.t | 473 # _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/ |
| D | Scalar.pm | 114 sub _fac { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/BigInt/ |
| D | Calc.pm | 1424 sub _fac { subroutine 1461 my $tmp = $c -> SUPER::_fac($cx);
|
| D | Lib.pm | 646 sub _fac {
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
| D | BigRat.pm | 1468 $x->{_n} = $LIB->_fac($x->{_n}); 1717 my $B = $LIB->_fac($LIB->_new($steps));
|
| D | BigFloat.pm | 2896 my $B = $LIB->_fac($LIB->_new($steps)); 3932 $x->{_m} = $LIB->_fac($x->{_m}); # calculate factorial
|
| D | BigInt.pm | 3521 $x->{value} = $LIB->_fac($x->{value});
|