Timeline for Clearing the most significant bit from an integer
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Nov 16, 2017 at 23:44 | comment | added | Titus |
@ColeraSu -3 bytes. +1 is for -F. But thanks.
|
|
| Nov 16, 2017 at 23:44 | history | edited | Titus | CC BY-SA 3.0 |
&~ == ^ (thanks @Colera Su)
|
| Nov 16, 2017 at 23:36 | comment | added | Colera Su |
-4 bytes by replacing &~ with ^.
|
|
| Nov 16, 2017 at 12:01 | history | answered | Titus | CC BY-SA 3.0 |