Skip to content

Commit

Permalink
fix error (#533)
Browse files Browse the repository at this point in the history
^2 = -3, ^2 is not equal to -11
  • Loading branch information
winddt authored and unknwon committed Aug 17, 2018
1 parent 6589879 commit d6c4dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eBook/04.5.md
Expand Up @@ -293,7 +293,7 @@ c = complex(re, im)

该运算符与异或运算符一同使用,即 `m^x`,对于无符号 x 使用“全部位设置为 1”,对于有符号 x 时使用 `m=-1`。例如:

^2 = ^10 = -01 ^ 10 = -11
^10 = -01 ^ 10 = -11

- 位左移 `<<`

Expand Down

0 comments on commit d6c4dd5

Please sign in to comment.