Help for this page

Select Code to Download


  1. or download this
    our $ZERO = Math::BigInt->new(0);
    our $ONE = $ZERO + 1;
    ...
          );
       };
    }
    
  2. or download this
    my $num = Math::BigInt->new("1" . ("0" x (ARGV[1] // 0)));