Help for this page

Select Code to Download


  1. or download this
      $num = unpack "f", reverse $packed_num;
    
  2. or download this
      $float = unpack "f", pack "N", unpack "V", $data;
    
  3. or download this
      $float = unpack 'f', pack 'L', unpack 'N', $data;