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

Quick Calculator #12

Open
avsofts opened this issue May 11, 2017 · 1 comment
Open

Quick Calculator #12

avsofts opened this issue May 11, 2017 · 1 comment

Comments

@avsofts
Copy link

avsofts commented May 11, 2017

No description provided.

@avsofts
Copy link
Author

avsofts commented May 11, 2017

A simple calculator. You just need to enter an expression to calculate the result. This design mode is more convenient to operate.
For example: Enter "2*(3+6)+10/2.4", And click "Calculate" to get result. show result in console.

Support expression error detection.
For example: Enter "2*(3+6)+10/2.4+a12+100", and click "Calculate", will show error message in console.
Expression error!
Position: 2*(3+6)+10/2.4+a12+100
--------------------------^
Error: Illegal character

Support "+","-","x","/" and "()" operations.

@avsofts avsofts changed the title Simple Calculator Quick Calculator May 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant