Help for this page

Select Code to Download


  1. or download this
    sub Q2b36 {
        my $n = shift;
    ...
    
  2. or download this
    sub Q2b36 {
        my $n = uint64( shift );
    ...