Skip to content

xmlhead/RPNCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator with reverse Polish notation as a starter project that I use to learn Kotlin. Hosted on replit https://replit.com/@jdonges1/RPNCalc

Example:

Input>9 sqr 18 + 3 /
33.0
Input>3 * 1 +
100.0
Input>exit

Releases

No releases published

Packages

No packages published