我正在寻找与 Linux 兼容的基于 TTY 的计算器。例如:
user@host:~$ calculate > 2 2 user@host:~$ calculate > 8*6-4 44 user@host:~$ calculate > 8*(6-4) 16
是否有这样的东西支持基本操作、一些内置函数(如 )atan(),以及可能通过脚本编写的自定义函数?
atan()
linux software-rec math
linux ×1
math ×1
software-rec ×1