[un]signed long float

Tag Flash Version: 
8
Used by PushData Action: 
Available in PushData Action

A long float is a standard IEEE 754 floating point value of 32 bits.

The value is defined as follow:

  • 1 bit for the sign
  • 8 bits for the exponent
  • 23 bits for the mantissa

This is the standard 32 bit floating point type on most processors and thus in most languages.