Help for this page

Select Code to Download


  1. or download this
    [ 1:32:28.64] P:\test>perl -MMath::Pari=factorial -wle"print factorial
    +( 19937 )"
    2.174930234150431374566653166E77066
    
    [ 1:32:30.58] P:\test>
    
  2. or download this
    [ 1:35:13.75] P:\test>perl -MMath::BigInt -wle"$n=Math::BigInt->new( 1
    +9937 ); print $n->bfac;"
    2174930234150431374566653562545349453159548764005915598228287343243610
    ...
    0000000000000000000000000000000000000000000000000000000000000000000
    
    [ 1:37:02.13] P:\test>