Unverified Commit 4a5d8ae9 authored by 心旷神怡's avatar 心旷神怡 Committed by GitHub
Browse files

Update bit.md

parent 0f906fcf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
    <td style="text-align:center;"><code>^</code></td><td>只有两个(对应位数)不同时才为 1。</td>
</tr></table>

- `^` 运算的逆运算是它本身,也就是说两次异或同一个数最后结果不变,即 `(a ^ b) ^ b = a`
`^` 运算的逆运算是它本身,也就是说两次异或同一个数最后结果不变,即 `(a ^ b) ^ b = a`

> 举例:
>