FP4 format: 1 sign bit, 2 exponent bits (bias of 1), 1 mantissa bit
Denormalized number: 1 × 2^(-1) × 0
The mantissa represents the precision bits of a floating-point number.
In normalized form, the mantissa is interpreted as 1.mantissa_bits:
Try toggling the mantissa bit with exponent = 01 to see the value change between 1.0 and 1.5