math-expressions
math-expressions copied to clipboard
Suppress conversion into e function
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.
Hi @S-Man42 this sounds like a bug in the parser. The only allowed syntax should either e(8)
or e^8
.
Hi, any news on this? :)
Hi, Are there any news for this topic? Would appreciate your bug fix. Best regards Andreas