Result:
Submit ⌘+↵
Clear ⌘+\
Last ⌘+[
Next ⌘+]
1
2
3
+
4
5
6
-
7
8
9
*
.
0
%
/
!
&
|
^
pow(x,y)
sqrt(x)
cbrt(x)
max(x,y...)
min(x,y...)
random()
rad(x)
deg(x)
fac(x)
sum(x,y...)
avg(x,y...)
count(x,y...)
stddev(x,y...)
abs(x)
floor(x)
ceil(x)
round(x)
trunc(x)
sign(x)
log(x)
log2(x)
log10(x)
exp(x)
expm1(x)
imul(x,y)
hypot(x,y...)
fround(x)
clz32(x)
cos(x)
sin(x)
tan(x)
cosh(x)
sinh(x)
tanh(x)
acos(x)
asin(x)
atan(x)
acosh(x)
asinh(x)
atanh(x)
atanh2(x)
PI
E
LN2
LN10
LOG2E
LOG10E
SQRT2
SQRT1_2