Bitwise Operators: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

5 April 2023

29 January 2023

24 January 2023

23 January 2023

3 January 2023

22 September 2022

3 August 2022

5 June 2022

1 June 2022

5 May 2022

4 May 2022

20 April 2022

  • curprev 14:5314:53, 20 April 2022SMcNeill talk contribs 4,807 bytes +4,807 Created page with "Bitwise operators are much like the regular mathematics operators (+, * etc.) but are defined in terms of the individual bits of their operands. The full list of bitwise operators, with a brief summary of its operation: * '''AND''': True if both inputs are true * '''OR''': True if one or both inputs are true * '''NOT''': Invert all bits * '''XOR''': True if exactly one input is true * '''IMP''': True if both inputs are the same * '''EQV''': True unless first input is tru..."