Help for this page

Select Code to Download


  1. or download this
    print unpack('l', pack 'L', hex 'F4EC9E00')/256;
    
  2. or download this
    $n = hex 'F4EC9E'; 
    if($n >= 2**23) { $n -= 2**24 }
    print $n;