Simple command line calculator
Posted
by
ldigas
on Super User
See other posts from Super User
or by ldigas
Published on 2011-11-17T00:12:04Z
Indexed on
2011/11/17
1:55 UTC
Read the original article
Hit count: 196
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.
© Super User or respective owner