Help for this page

Select Code to Download


  1. or download this
    perl -MMath::BigInt -le '
     $i=new Math::BigInt "4294967296";
    ...
     print $i->as_hex();
     print $j->as_hex();
     print $i->band($j)->as_hex()'
    
  2. or download this
    
    0x100000000
    0xffffffff
    0x0