SFLOAT format (IEEE-11073 32-bit FLOAT, defined as a 32-bit vlue with 24-bit mantissa and 8-bit exponent. More...
#include <hts.h>
Public Attributes | |
int8_t | exponent |
Base 10 exponent, only 8 bits. More... | |
int32_t | mantissa |
Mantissa, only 24 bits. More... | |
SFLOAT format (IEEE-11073 32-bit FLOAT, defined as a 32-bit vlue with 24-bit mantissa and 8-bit exponent.
int8_t ieee_float32_t::exponent |