Help for this page
use Math::Trig; use bignum; ... my $r = Math::BigInt->new(factorial($b)); print "b is $b\n"; print "the calculated result is $r\n";