Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rozek1997/math-interpreter
Math interpreter for RPN mathematical notation(revers polish notation) written in java
https://github.com/rozek1997/math-interpreter
interpreter java math-interpreter maven rpn-calculator-java
Last synced: 27 days ago
JSON representation
Math interpreter for RPN mathematical notation(revers polish notation) written in java
- Host: GitHub
- URL: https://github.com/rozek1997/math-interpreter
- Owner: rozek1997
- Created: 2019-03-21T18:50:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T19:03:22.000Z (almost 6 years ago)
- Last Synced: 2024-11-17T11:56:01.484Z (3 months ago)
- Topics: interpreter, java, math-interpreter, maven, rpn-calculator-java
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Math_interpreter
Math interpreter for RPN mathematical notation (revers polish notation) written in java.
Commands examples in console:
d = 4 6 + 2 * #20, d is 20
c #variable not defined
c = 4 1 - #3, c is 3
c = 4 - #error
c #3, c is 3
c = 24 #24 c is 24
e = 0 #0, e is 0
c = e 3 + d 2 * + 5 + c - #
c
d c e + +
215
addddd = 215#-means comments in this interpreter and after comments predicted value of operation