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

Suppress conversion into e function #61

Open
S-Man42 opened this issue Jan 17, 2022 · 3 comments
Open

Suppress conversion into e function #61

S-Man42 opened this issue Jan 17, 2022 · 3 comments
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@S-Man42
Copy link

S-Man42 commented Jan 17, 2022

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.

@fkleon fkleon added the bug Indicates an unexpected problem or unintended behavior label Jan 17, 2022
@fkleon
Copy link
Owner

fkleon commented Jan 17, 2022

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

@S-Man42
Copy link
Author

S-Man42 commented Mar 24, 2022

Hi, any news on this? :)

@Birdy2404
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants