this is a very crude decimal-based floating point structure. More...
#include <gcode_parse.h>
Data Fields | |
| uint32_t | mantissa |
| the actual digits of our floating point number | |
| uint8_t | exponent:7 |
scale mantissa by | |
| uint8_t | sign:1 |
| positive or negative? | |
this is a very crude decimal-based floating point structure.
a real floating point would at least have signed exponent.
resulting value is
1.7.2