I'm looking for a Linux-compatible TTY-based calculator. For example:
user@host:~$ calculate
> 2
2
user@host:~$ calculate
> 8*6-4
44
user@host:~$ calculate
> 8*(6-4)
16
Is there anything like this that supports basic operations, some built-in functions like
atan()
, and possibly custom functions via scripting?
Asked by Lucas Phillips
(449 rep)
Dec 14, 2013, 02:00 AM
Last activity: Nov 14, 2022, 02:23 PM
Last activity: Nov 14, 2022, 02:23 PM