(Educational) program that "parses" IEEE754-encoded numbers
Go to file
2020-05-19 09:56:27 +02:00
src Parse infinity correctly 2020-05-19 09:56:08 +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 Optimize release build configuration 2020-05-19 09:56:27 +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.