菜单栏中的 macOS 计算器

适用于 macOS 的菜单栏计算器

位于菜单栏中并保留计算历史记录的计算器

菜单栏中的计算器!

计算器目前可以使用全局快捷方式切换option + command + c

以下是当前支持的数学符号:

常数

pi

中缀运算符

+ - / * % ^

前缀运算符

-

functions

// Unary functions

sqrt(x)
floor(x)
ceil(x)
round(x)
cos(x)
acos(x)
sin(x)
asin(x)
tan(x)
atan(x)
abs(x)

// Binary functions

pow(x,y)
atan2(x,y)
mod(x,y)

// Variadic functions

max(x,y,[...])
min(x,y,[...])

Credits

GitHub

点击跳转