======inttoieee754======
WMPRO, WMMINI FW >= 1.897 WMMEGA FW >= 2.0
Convert an IEEE-754 encoded integer representation (32 bit) to a float
====Description====
float
inttoieee754 (int
$representation
)
Return the float for an IEEE-754 encoded integer representation
====Parameter====
$representation: IEEE-754 encoded integer to convert to a float
====Return Values====
Float value
====See Also====
[[ieee754toint()]] - Convert a float value to an IEEE-754 encoded integer (32 bit)