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
Hi,
I have an input like
8E
After I put this into the parser for evaluation, the parser instantly converts it into
e({8.0})
Is there a way to suppress this behaviour? I expect to get an error (unparseable or something) instead.
The text was updated successfully, but these errors were encountered:
Hi @S-Man42 this sounds like a bug in the parser. The only allowed syntax should either e(8) or e^8.
e(8)
e^8
Sorry, something went wrong.
Hi, any news on this? :)
Hi, Are there any news for this topic? Would appreciate your bug fix. Best regards Andreas
No branches or pull requests
Hi,
I have an input like
8E
After I put this into the parser for evaluation, the parser instantly converts it into
e({8.0})
Is there a way to suppress this behaviour? I expect to get an error (unparseable or something) instead.
The text was updated successfully, but these errors were encountered: