fix error (#533)

^2 = -3, ^2 is not equal to -11
This commit is contained in:
winddt
2018-08-17 20:11:27 +08:00
committed by 无闻
parent 65898791c8
commit d6c4dd5a58

View File

@@ -293,7 +293,7 @@ c = complex(re, im)
该运算符与异或运算符一同使用,即 `m^x`,对于无符号 x 使用“全部位设置为 1”对于有符号 x 时使用 `m=-1`。例如:
^2 = ^10 = -01 ^ 10 = -11
^10 = -01 ^ 10 = -11
- 位左移 `<<`