Help for this page

Select Code to Download


  1. or download this
    dc -e16o4335043554366887798866555766p
    
  2. or download this
    perl -wE 'use Math::BigInt; say Math::BigInt->new("4335043554366887798
    +866555766")->as_hex;'
    
  3. or download this
    perl -wE '
    sub hadd { 
    ...
    } 
    say join "", reverse map { sprintf "%x", $_; } @$h;
    '