https://github.com/zdanowiczkonrad/rpncalc
Reverse Polish Notation Calculator implementation
https://github.com/zdanowiczkonrad/rpncalc
Last synced: 2 months ago
JSON representation
Reverse Polish Notation Calculator implementation
- Host: GitHub
- URL: https://github.com/zdanowiczkonrad/rpncalc
- Owner: zdanowiczkonrad
- Created: 2014-10-12T19:59:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-14T21:47:08.000Z (over 10 years ago)
- Last Synced: 2024-04-16T12:00:19.909Z (about 1 year ago)
- Language: C
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RpnCalc.c
--
```
o----------------------------------------------------------------------------o
___________________________ _________
\______ \______ \ \ \_ ___ \
| _/| ___/ | \/ \ \/
| | \| | / | \ \____
|____|_ /|____| \____|__ /\______ /
\/ \/ \/
REVERSE POLISH NOTATION CALCULATOR
o----------------------------------------------------------------------------o
```