-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
enable sprintf to support printing floats, let the user choose. #1974
Comments
I concatenate with String(floatVariable, numberOfDecimals) to print floats - I don't know if that helps in your application, though. I would not mind having %f, though. |
thanks and I'd also appreciate a proper fix, there a lots of confused people out there. Even basic could print floating point numbers :) lets fix this please :) |
Closing as duplicate of #1179. |
Is anybody working in this? If anybody submits a pull request with the c implementation used in gcc, would it be accepted? |
Thanks, this helps! BTW you guys rock! |
Given that an ESP is as powerful as a Pentium Pro, does it make sense to remove the floating point support just to save some mem?
At a minimum we should let the user choose whether to support %f feature or not.
The text was updated successfully, but these errors were encountered: