IEEE Floating Point Standard
EMTH floating point functions require values in 32-bit IEEE floating point format.
Each value has 2 words assigned to it.
-
The 1. most significant bit represents the sign of the value.
-
The following 8 most significant bits represent the exponent of the value.
-
The other 23 bits represent the mantissa of the value.