[un]signed short float

Tag Flash Version: 
8
Used by PushData Action: 
Not available in PushData Action

A standard IEEE 754 floating point value of 16 bits.

The value is defined like a 32 bits floating points with:

  • 1 bit for the sign
  • 5 bits for the exponent
  • 10 bits for the mantissa

 

The easiest way to deal with these floats once loaded is to convert them to 32 bits floats.