Skip to content

Instantly share code, notes, and snippets.

@thata
Created May 26, 2021 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thata/1416977adf7d370eced64d22e0c273d2 to your computer and use it in GitHub Desktop.
Save thata/1416977adf7d370eced64d22e0c273d2 to your computer and use it in GitHub Desktop.
# bin2float.rb
# usage:
# ruby bin2float.rb 11000010111011010100000000000000 #=> -118.625
puts [ARGV[0]].pack('B*').unpack('g')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment