Operator | Definition |
+ | add |
- | subtract |
* | multiply |
/ | divide |
^ | exponentiate |
( ) | parentheses, grouping |
>1 | greater than |
>=1 | greater than or equal to |
< 1 | less than |
<=1 | less than or equal to |
==1 | equal to |
!=1 | not equal to |
&&1 | Boolean "and" |
||1 | Boolean "or" |
1 These operators are not available for servo motors. |