ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Im looking for a Reverse Polish Notation (RPN) calculator program for Linux. Must be programmable, im not too picky on the exact syntax of the language, as long as there is adequate instruction on its use (man page). Preferably something in the Ubuntu Repositories (or has a .deb for it). Any suggestions welcome!
Im looking for a Reverse Polish Notation (RPN) calculator program for Linux. Must be programmable, im not too picky on the exact syntax of the language, as long as there is adequate instruction on its use (man page).
You don't seem to require that it have a GUI, so sometimes the oldest is the best. It's called dc. It's beem part of the UNIX world longer than the C programming language has. These days, it's part of the bc package:
Turns out i have dc already installed. Looked through the man pages and found a few things missing that i may require. Trigonometric functions being one of them. I will need to use exponents also. Possibly some basic matrices. Basically a fully functional engineering grade calculator. As far as the programming goes, i guess since it runs in the shell i would just need to write a script for automating arithmetic?
Edit: I also tried orpie, looks loaded with features, probably more than i need. Is it possible to write programs for it though?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.