Hacker News new | ask | show | jobs
by ConceptJunkie 4144 days ago
People interested in this calculator might be interested in my project, which is written in Python:

https://github.com/ConceptJunkie/rpn

My rpn calculator started out comparable to the project described here, once I discovered the mpmath library, the project took on a life of its own and now has over 400 operations covering basic math, number theory, combinatorics, unit conversions (comparable to the GNU units program, or the Frink programming language), algebra and anything else that strikes my fancy.