/IEEE754Converter

The IEEE 754 is a standard for representing floating-point numbers (floating-point numbers) in the binary system. This is a converter that can serialize and desirialize this binary numbers.

Primary LanguageRust

Compiling my Code on Arch:

  1. install rust extensions
  2. rustc src/main.rs
  3. chmod +x main
  • BOOM!!! File working you can use the code now

Commands

First param:

  • d = deserialize ...
  • s = serialize ...

Second param:

  • ...(d) a 32b binary value by IEEE754 standartised
  • ...(s) a f32 decimal, just a decimal like that 15.125 my fav decimal