math-expressions icon indicating copy to clipboard operation
math-expressions copied to clipboard

Suppress conversion into e function

Open S-Man42 opened this issue 3 years ago • 3 comments

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.

S-Man42 avatar Jan 17 '22 12:01 S-Man42

Hi @S-Man42 this sounds like a bug in the parser. The only allowed syntax should either e(8) or e^8.

fkleon avatar Jan 17 '22 19:01 fkleon

Hi, any news on this? :)

S-Man42 avatar Mar 24 '22 22:03 S-Man42

Hi, Are there any news for this topic? Would appreciate your bug fix. Best regards Andreas

Birdy2404 avatar Sep 08 '22 10:09 Birdy2404