floatFromU n [D>=14]
Takes the signed integer in U(n) - U(n+3) and converts it to a floating point number in W. This instruction is intended primarily for use with Tiny Serial Peripheral (TSP) data types Byte, Word and Long.
Although the "input" number is in 32 bits, this instruction only converts numbers that will fit in 24 bits, i.e. numbers in the range -8,388,608 to +8,388,607. For numbers outside that range it will return + or - infinity.
See also result codes.
Dialect restriction: Available only in boards with dialect 14 or greater.
See also fixToU