Math operators you can use + - / * % Inversion: ! Bitwise OR: | Bitwise AND: & Bitwise XOR: ^ Bitwise right shift: >> Bitwise left shift: <<