We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JSON Spec says that 4.62962962e-06 is a valid number type. The web UI doesn't seem to let me use that in the input
4.62962962e-06
It also throws an error when I try to use it with the python bindings
zen.evaluate_expression("a + b", {"a": 0.000001, "b": 0.1})
For extra context, python's json library dumps out that dictionary as follows
The text was updated successfully, but these errors were encountered:
Fixes json scientific numbers
7a5f2dc
Closes gorules#294
Successfully merging a pull request may close this issue.
JSON Spec says that

4.62962962e-06
is a valid number type. The web UI doesn't seem to let me use that in the inputIt also throws an error when I try to use it with the python bindings
For extra context, python's json library dumps out that dictionary as follows

The text was updated successfully, but these errors were encountered: