Math Guide
Table Of Contents
Math commands - Reference
Unary / binary operators
Operation Command Display
+sign +1
1
–sign –1
−1
+/– sign +–1
±1
–/+ sign
–+1
∓1
Boolean not neg a
¬a
Addition + a + b
ab
Dot product a cdot b
a⋅b
Multiplication (X) a times b
a×b
Multiplication (asterisk) a * b
a∗b
Boolean ‘and’ a and b
a∧b
Subtraction (–) a – b
a−b
Division (as a fraction) a over b
a
b
Division (as an operator) a div b
a÷b
Division (with a slash) a / b
a /b
Boolean ‘or’ a or b
a∨b
Concatenation a circ b
a °b
18 OpenOffice.org 3 Math Guide