Searched defs:bfac (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm1753 sub bfac subroutine
1768 # use BigInt's bfac() for faster calc
2538 $x->bfac(); # factorial of $x (1*2*3*4*..$x)
H A DBigRat.pm821 sub bfac subroutine
828 $x->{_n}->bfac();
1401 =head2 bfac()
1403 $x->bfac();
1407 print Math::BigRat->new('3/1')->bfac(),"\n"; # 1*2*3
1408 print Math::BigRat->new('5/1')->bfac(),"\n"; # 1*2*3*4*5
H A DBigInt.pm1634 sub bfac subroutine
1640 return $x if $x->modify('bfac');
2649 $x->bfac(); # factorial of $x (1*2*3*4*..$x)
3137 =head2 bfac
3139 $x->bfac(); # factorial of $x (1*2*3*4*..$x)

Completed in 55 milliseconds