Home
last modified time | relevance | path

Searched refs:bfac (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/bignum/t/
H A Dbigint.t25 is(12->bfac(), 479001600, '12->bfac() = 479001600');
H A Dbigfloat.t32 is(12->bfac(), 479001600, '12->bfac() = 479001600');
/openbsd/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Dbigrat.t308 # bfac
311 $x->bfac();
315 $x = $mbr->new("$i/1")->bfac();
316 is($x, $mbi->new($i)->bfac());
321 $x->bfac();
H A Ddowngrade.t304 note("bfac()");
H A Dbigratpm.inc89 $try .= " $setup; \$x->bfac();";
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dmbimbf.inc491 # test (also under Bare) that bfac() rounds at last step
493 is($mbi->new(12)->bfac(), '479001600', q|$mbi->new(12)->bfac()|);
494 is($mbi->new(12)->bfac(2), '480000000', q|$mbi->new(12)->bfac(2)|);
498 is($x->bfac(), '480000000',
499 qq|\$x = $mbi->new(12); \$x->accuracy(2); \$x->bfac()|);
503 is($x->bfac(), '6200000000',
504 qq|\$x = $mbi->new(13); \$x->accuracy(2); \$x->bfac()|);
508 is($x->bfac(), '6230000000',
509 qq|\$x = $mbi->new(13); \$x->accuracy(3); \$x->bfac()|);
513 is($x->bfac(), '6227000000',
[all …]
H A Dbigfltpm.inc82 } elsif ($f eq "bfac") {
83 $try .= qq| $setup; \$x->bfac();|;
1991 &bfac
H A Ddowngrade.t600 note("testing bfac()");
H A Dbigintpm.inc2837 &bfac
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm3139 sub bfac { subroutine
3148 return $upgrade -> bfac($x, @r)
H A DBigFloat.pm3653 sub bfac { subroutine
3668 return $upgrade -> bfac($x, @r) if defined($upgrade);
/openbsd/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/
H A DBigRat.pm1430 sub bfac { subroutine