arithmetic operations to multiply ,divide,raise to a power ,subtract or add maps and/or constant values.
logical operations to compare two expressions and check if both are true(AND),at least one is true(OR),only one is true(XOR). the NOT statement checks whether an expression is not true.
relational operations to test whether one expression is larger than,smaller than,equal to another expression etc.