File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ shuffle(<list>)
532
532
< int > = < int > | < int > # Or
533
533
< int > = < int > ^ < int > # Xor (0 if both bits equal)
534
534
< int > = < int > << n_bits # Shift left (>> for right)
535
- < int > = ~ < int > # Compliment (flips bits )
535
+ < int > = ~ < int > # Not (also: -<int> - 1 )
536
536
```
537
537
538
538
Original file line number Diff line number Diff line change 607
607
<int> = <int> | <int> < span class ="hljs-comment "> # Or</ span >
608
608
<int> = <int> ^ <int> < span class ="hljs-comment "> # Xor (0 if both bits equal)</ span >
609
609
<int> = <int> << n_bits < span class ="hljs-comment "> # Shift left (>> for right)</ span >
610
- <int> = ~<int> < span class ="hljs-comment "> # Compliment (flips bits )</ span >
610
+ <int> = ~<int> < span class ="hljs-comment "> # Not (also: -<int> - 1 )</ span >
611
611
</ code > </ pre > </ div >
612
612
613
613
< div > < h2 id ="combinatorics "> < a href ="#combinatorics " name ="combinatorics "> #</ a > Combinatorics</ h2 > < ul >
You can’t perform that action at this time.
0 commit comments