Comment on I wish

<- View Parent
257m@sh.itjust.works ⁨10⁩ ⁨months⁩ ago
number % 2 == 0
and
// If integer
(number &amp; 0b1) == 0

Are the only sane ways to do this. No need to floor.

source
Sort:hotnewtop