Does anyone know of a good RPN calculator for Android? I currently use RealCalc, but it isn't nearly as good as PCalc on iOS. I particularly liked that PCalc was programmable with custom functions.
Show HN: All desktop software calculators are wrong, so I had to build my own
101–110 of 169 posts
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#102A good thing about these bin tools is that you can cut and paste from a text editor, for scripting, and you get a transcript. And, GNU readline works, for history.
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#103The one thing I don't get about all those calculator applications is the existence of the keypad. Like, the users already have the keypad right in front them called keyboard (the names literally share the "key" part). Why would anyone instead choose to use mouse to click those tiny buttons? I feel most calc designers still stuck at the skeuomorphism and never jump out of the box to think about what user really needs.…
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#104Earlier quoted context omitted.
I also do the same although when I need fractions, having to type all the words to import and use the fraction module is a pain
Why not just save those words, and other commonly used words to a startup file? Then, you can just do export PYTHONSTARTUP=/home/savant_penguin/.python/startup.py and those things will be automatically loaded for you. (Edit: add that line to your .bashrc if you want to use it all or most of the time!) If you don't want them always loaded, but rather just for a "calculator mode," you can do something like alias pycalc…
Together with some from fractions import Fraction as F would be even better
Thanks
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#105Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#106The one thing I don't get about all those calculator applications is the existence of the keypad. Like, the users already have the keypad right in front them called keyboard (the names literally share the "key" part). Why would anyone instead choose to use mouse to click those tiny buttons? I feel most calc designers still stuck at the skeuomorphism and never jump out of the box to think about what user really needs.…
Well until you need scientific calculator computation, such as log, sin / cos, rad / deg, root.
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#107Now I just keep a RStudio window open.
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#108The one thing I don't get about all those calculator applications is the existence of the keypad. Like, the users already have the keypad right in front them called keyboard (the names literally share the "key" part). Why would anyone instead choose to use mouse to click those tiny buttons? I feel most calc designers still stuck at the skeuomorphism and never jump out of the box to think about what user really needs.…
Re: Show HN: All desktop software calculators are wrong, so I had to build my own
#109The one thing I don't get about all those calculator applications is the existence of the keypad. Like, the users already have the keypad right in front them called keyboard (the names literally share the "key" part). Why would anyone instead choose to use mouse to click those tiny buttons? I feel most calc designers still stuck at the skeuomorphism and never jump out of the box to think about what user really needs.…