hex equivalent of floating point numbers

Issue #505 closed
Former user created an issue

Originally reported on Google Code with ID 505

Steps to reproduce:

hex(0.1)
= 0x0.1999999999999999A

Expected behavior:
It would be nice if this would display the hex equivalent in IEEE 754 format.  Perhaps
the result (single or double, 4 byte or 8 byte) could be an option for this format?

Experienced behavior:

Product version:
0.11

Operating system:
Windows 7 x64 Professional

Additional Information:

Reported by nhoch@specializedsolutionsllc.com on 2014-05-29 12:22:26

Comments (5)

  1. Former user Account Deleted
    One more thing, see this webpage for an example of the conversion I had in mind:
    
    http://www.h-schmidt.net/FloatConverter/IEEE754.html
    

    Reported by nhoch@specializedsolutionsllc.com on 2014-05-29 12:24:03

  2. Former user Account Deleted

    Reported by helder.pereira.correia on 2014-12-17 21:44:43 - Labels added: Type-Enhancement

  3. Log in to comment