Help for this page

Select Code to Download


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