40
log10(x)
base-10 logarithm, x>0.
l
1-2-3
sqrt(x)
square root, x>0.
q
1-2-3-4-5
cbrt(x)
cube root function.
u
1-3-6
sin(x)
trigonometric sine function
s
2-3-4
cos(x)
trigonometric cosine function
c
1-4
tan(x)
trigonometric tangent function
t
2-3-4-5
pow(x,y)
power, calculate x^y, y>0, y is integer.
p
1-2-3-4
Percent
%
1-4-6
PI
y
1-3-4-5-6
Left parenthesis
(
1-2-3-5-6
Right parenthesis
)
2-3-4-5-6