(Educational) program that "parses" IEEE754-encoded numbers
Go to file
2020-05-19 08:59:51 +02:00
src Exhaustive testing 2020-05-19 08:59:51 +02:00
.gitignore Initial commit 2020-05-18 07:50:33 +02:00
Cargo.lock Initial commit 2020-05-18 07:50:33 +02:00
Cargo.toml Specify license 2020-05-18 22:26:31 +02:00
LICENSE Create license 2020-05-18 22:26:10 +02:00
README Create readme 2020-05-18 22:29:42 +02:00

ieee754-interpreter
===================

Really simple program that can decode binary float (single-precision) values.