Help for this page

Select Code to Download


  1. or download this
    sub make_iter {
       my ($base) = @_;
    ...
          }
       };
    }
    
  2. or download this
    sub make_iter {
       my ($base) = @_;
    ...
          return Math::BigInt->new( $num->as_bin() =~ s/^0?b//r );
       };
    }