Help for this page

Select Code to Download


  1. or download this
    use Math::BigInt;
    use Data::Dumper;
    print Dumper +Math::BigInt->new(1)->blsft(8);
    print $Math::BigInt::VERSION;
    
  2. or download this
    $VAR1 = '+256';
    0.01
    
  3. or download this
    $result = 1;
    $result += new Math::BigInt('1234567890' x 10);