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

Feature request: support four outputting hexadecimal floats #188

Open
sylque opened this issue Jan 4, 2024 · 0 comments
Open

Feature request: support four outputting hexadecimal floats #188

sylque opened this issue Jan 4, 2024 · 0 comments

Comments

@sylque
Copy link

sylque commented Jan 4, 2024

I noticed that both sprintf("%a", 3.14f) and std::ostringstream << std::hexfloat << 3.14f compile fine but don't work (they output 'a' instead of the number).

Is there a way to enable this? Any advice?

(I'm using an Arduino Nano 33 BLE)

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

No branches or pull requests

1 participant