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

Parser problem - again #69

Open
heldercorreia opened this issue Aug 4, 2015 · 3 comments
Open

Parser problem - again #69

heldercorreia opened this issue Aug 4, 2015 · 3 comments

Comments

@heldercorreia
Copy link
Collaborator

Originally reported on Google Code with ID 7

What steps will reproduce the problem?
1. Enter the function "exp((1)/2) + exp((1)/2)" 
2. Evaluate
3. The message "Error: Function exp accepts 1 argument" is returned.

What is the expected output? What do you see instead?

An actual result.

The problem lays in the parser and how functions are compiled. Allowing an
infinite number of lparens first in a function call could solve this - but
a better solution would be to make the function finding rule more generic.

Reported by e8johan on 2006-08-29 12:44:52

@heldercorreia
Copy link
Collaborator Author

Fixed in trunk. So please test again.

Reported by ariya.hidayat on 2006-10-08 10:23:28

  • Status changed: Fixed

@heldercorreia
Copy link
Collaborator Author

Reported by ariya.hidayat on 2006-10-12 09:28:11

  • Labels added: Milestone-0.7

@heldercorreia
Copy link
Collaborator Author

Reported by helder.pereira.correia on 2007-05-15 13:30:10

  • Status changed: Verified

newinnovations referenced this issue in newinnovations/SpeedCrunchSI Mar 5, 2017
Add "0 Digits" precision setting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant