Math Guide

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
ab
Multiplication (X) a times b
a×b
Multiplication (asterisk) a * b
ab
Boolean ‘and’ a and b
ab
Subtraction (–) a – b
ab
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
ab
Concatenation a circ b
a °b
18 OpenOffice.org 3 Math Guide