Functions & Syntax

ExpressionDescription
Arithmetic
2 + 3Addition
10 - 4Subtraction
6 * 7Multiplication
9 / 2Division
2 ^ 10Exponentiation (1024)
(1+2) * 3Parentheses
Trigonometry (radians)
sin(Pi/6)Sine
cos(Pi/3)Cosine
tan(Pi/4)Tangent
asin(0.5)Arcsine
acos(0.5)Arccosine
atan(1)Arctangent
atan2(1,1)Arctangent of y/x
Logarithms
log(100)Base-10 logarithm
ln(e)Natural logarithm
Other functions
sqrt(16)Square root
abs(-5)Absolute value
floor(3.7)Floor
ceil(3.2)Ceiling
round(3.5)Round
factorial(6)Factorial (720)
6!Factorial postfix (720)
Constants
Pi3.14159… (also pi)
e2.71828…
Variables
x = 2Assign variable
answerLast result
*2Auto-prepend: answer*2
(-3)Negative literal (vs answer-3)
Tips
↑ / ↓Navigate history
EnterEvaluate and add to history
Click rowCopy expression to input
ClearClear all history