basil::herb:简洁RPN计算器 源码
罗勒 具有简单终端界面的RPN计算器 命令: Pop off the stack: "pop", "p", "." Swap: "swap", "s", "," Push memory value to stack: "recall", "r", "]" Set memory value: "store", "S", "[" Clear the stack: "clear", "c", ";" Switch between degrees and radians: "angle", "a", "<" + - * / % ^ square cube sqrt log ln logx root flip sin cos tan asin acos atan 按键绑定: ESC: Exit
文件列表
basil-main.zip
(预估有个15文件)
basil-main
main.go
369B
README.md
519B
arithmetic
arithmetic.go
615B
LICENSE
34KB
go.mod
145B
berrs
berrs.go
255B
ui
暂无评论