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

It fails to parse scientific notations in the expression #184

Open
tejusrblues opened this issue Sep 12, 2023 · 1 comment
Open

It fails to parse scientific notations in the expression #184

tejusrblues opened this issue Sep 12, 2023 · 1 comment

Comments

@tejusrblues
Copy link

Expr = "a + (b * 1e+06)"

In this case, it failed to expand the expression, with failure "Cannot transition token types from NUMERIC [1] to VARIABLE [e]"

Does it not support such scientific notations ?

@damart25
Copy link

This would be really nice to have. I have some usecases where I need this.

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

2 participants