User's Manual

Math commands - Reference
Math commands - Reference
Unary / binary operators
Table 1. Commands, unary & binary
Operation Command Display
+sign +1
1
-sign
-1
1
+/- sign +-1
±1
-/+ sign neg 1
1
Boolean not neg a
¬a
Addition + a + b
ab
Multiplication dot a cdot b
ab
Multiplication (X) a times b
a×b
Multiplication (*) a * b
ab
Boolean and a and b
ab
Subtraction (-) a - b
ab
Division (fraction) a over b
a
b
Division (operand) a div b
a÷b
Division (slash) a / b
a/b
Boolean or a or b
ab
Concatenate a circ b
a °b
Math Objects 8