Changes
Jump to navigation
Jump to search
1 byte removed
, 19:17, 2 April 2018
| Line 20: |
Line 20: |
| | == Examples == | | == Examples == |
| | | | |
| − | #=BITXOR(3,5) = 5 | + | #=BITXOR(3,5) = 6 |
| | #=BITXOR(17,48) = 33 | | #=BITXOR(17,48) = 33 |
| | #=BITXOR(-9,-3) = 10 | | #=BITXOR(-9,-3) = 10 |
| | #=BITXOR(0.5,0.1) = 0 | | #=BITXOR(0.5,0.1) = 0 |
| | #=BITXOR(12, 7) = 11 | | #=BITXOR(12, 7) = 11 |
| − |
| |
| | | | |
| | ==Related Videos== | | ==Related Videos== |