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

constant number anteceding variable, function or constant name #96

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

Comments

@heldercorreia
Copy link
Collaborator

Originally reported on Google Code with ID 34

"3n"      should return "3*n"
"3sin(2)" should return "3*sin(2)"
"3pi"     should return "3*pi"

Reported by helder.pereira.correia on 2007-05-12 00:38:33

@heldercorreia
Copy link
Collaborator Author

fixed title

Reported by helder.pereira.correia on 2007-05-12 00:39:46

@heldercorreia
Copy link
Collaborator Author

Same as issue 19.

If 3n means 3*n, what are we going to do with n3? Is it n*3 or is it a variable named
n3? If we do the former, variables can't contain numbers anymore (which is a severe
limitation and backward incompatible). If we the latter, things don't get quite
consistent and would lead to confusion.

Reported by ariya.hidayat on 2007-05-15 07:08:24

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