Skip to content
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

consider supporting hex floating point literals #529

Open
mwette opened this issue Nov 8, 2024 · 0 comments
Open

consider supporting hex floating point literals #529

mwette opened this issue Nov 8, 2024 · 0 comments
Labels
proposed feature A proposed new feature

Comments

@mwette
Copy link

mwette commented Nov 8, 2024

In C, C++ one can express floating point literals precisely in the hex format (e.g., 0x1.8FFp21). These use the %a format in print statements.

Please consider supporting this format. Some domains often see annoying translation errors in text-binary translations.

@bocchino bocchino added the proposed feature A proposed new feature label Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposed feature A proposed new feature
Projects
None yet
Development

No branches or pull requests

2 participants