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

Support floating-point printing using the "%a" specifier #62

Open
eyalroz opened this issue Nov 20, 2021 · 0 comments
Open

Support floating-point printing using the "%a" specifier #62

eyalroz opened this issue Nov 20, 2021 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Nov 20, 2021

The C standard library printf()-family functions support an %a specifier, which takes a double value and prints it with perfect accuracy in exponent notation with hexadecimal digits. We should support this (although with an option to not-compile this support, like we have for other floating-point capabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant