WindTerm - Command Palette / Calculator
Quick Start
Command palette supports calculator functions.
Shortcut |
---|
Alt+S, = |
Calculator
Properties
Value Properties
E
LN10
LN2
LOG2E
LOG10E
PI
SQRT1_2
SQRT2Function Properties
abs(x)
acos(x)
acosh(x)
asin(x)
asinh(x)
atan(x)
atanh(x)
atan2(y, x)
cbrt(x)
ceil(x)
clz32(x)
cos(x)
cosh(x)
exp(x)
expm1(x)
floor(x)
fround(x)
hypot(x, y)
imul(x, y)
log(x)
log10(x)
log1p(x)
log2(x)
max([value1 [, value2 [, …]]])
min([value1 [, value2 [, …]]])
pow(x, y)
random()
round(x)
sign(x)
sin(x)
sinh(x)
sqrt(x)
tan(x)
tanh(x)
trunc(x)