convert hex to floating point equivalent

Issue #564 closed
Former user created an issue

Originally reported on Google Code with ID 564

similar to feature request 505 but in the opposite direction. I'd like to be able to
take a 32 bit hex or decimal number from my embedded program, e.g. 0x40066666 and have
speedcrunch return the floating point value 2.1.

This is trivial using unions in C/C++. See http://www.h-schmidt.net/FloatConverter/IEEE754.html
for java & javascript programs that do conversions to/from float/hex/decimal/.

Reported by wvluitje on 2015-07-21 22:16:18

Comments (4)

  1. Former user Account Deleted

    Reported by helder.pereira.correia on 2015-07-21 22:21:15 - Labels added: Type-Enhancement

  2. Log in to comment