
Functions include mathematical operators as follows:
+ addition
- subtraction
* multiplication
/ division
^ exponentiation (raising to a power)
and logical operators as follows:
= equal to
<> not equal to
< less than
<= less than or equal to
> greater than
>= greater than or equal to
See also: Boolean operators