CodeWalrus

Development => PC, Mac & Vintage Computers => Topic started by: iconmaster on January 21, 2015, 10:51:10 PM

Title: [PC] IconusCalc - The world's first AutoRPN (tm) calculator!
Post by: iconmaster on January 21, 2015, 10:51:10 PM
I was working on this a while ago. I don't think I have the time to keep working on this project, but here it is anyways.

IconusCalc is a calculator written in Java. It's biggest feature is something I call AutoRPN. It can accept input in all 3 major notation formats: Infix, polish, and reverse polish. Of course, this means sometimes you have to use parenthesis in RPN expression ('sacrilege,' RPN enthusiasts cry), but it's generally a lot more convenient than any one input method.

Screenshots

(http://i.imgur.com/1K094Ht.png)(http://i.imgur.com/p6VHVWD.png)(http://i.imgur.com/2RzXjcv.png)

Features


Download

Get IconusCalc here (https://drone.io/github.com/iconmaster5326/IconusCalc/files)! Note that this program requires Java 8 to run.

Source Code

IconusCalc is open source! Look at the source code here (https://github.com/iconmaster5326/IconusCalc).
Title: Re: [PC] IconusCalc - The world's first AutoRPN (tm) calculator!
Post by: Dream of Omnimaga on January 22, 2015, 07:48:47 AM
Interesting. This could be handy for some people because I know that some HP fans prefer RPN over anything else but might want to use it without a calculator. :)