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

g specifier doesn't work correctly #152

Open
daurnimator opened this issue Aug 16, 2017 · 0 comments
Open

g specifier doesn't work correctly #152

daurnimator opened this issue Aug 16, 2017 · 0 comments

Comments

@daurnimator
Copy link
Contributor

In C, 0.000001 gets rendered as 1e-6, whereas in sprintf.js it renders as '0.000001'

require("sprintf-js").sprintf("%.14g", 0.000001)
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