Simple command line calculator
- by ldigas
Had one years ago (on Win 3.1 or '95, I'm not sure). Anyways, it was a really simple program. Stood somewhere in PATH and enabled you to do something of a kind
calc 5 + 28.3*sqrt(12)
and it spit out the result.
Anyone know of any such these days? Doesn't need to do anything fancy ... maybe it would just be nice if it had support for exponentials, but that's it.
Anyone?
p.s. Not interested in full blown solutions like Python or MATLAB.