-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support hex/oct/binary representation of floating-point entries #116
Conversation
I've updated the PR to address @cristian64's suggestion above. Testing looks good on my end for float/double reading/writing. |
@malleoz In case you've missed it, it seems the formatting is not compliant with the rules defined in the |
@malleoz It seems an unrelated commit has been added to the branch inadvertently. Also, I think the one commit and PR title could be reworded to mention octal and binary representation too (not only hex anymore). |
Done and done. Sorry I had cherry-picked another commit to make my own executable for personal use, and forgot to remove when making changes! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Tested on Linux.
Tested on Windows. |
This fixes #115