Nah, it compiles down to an AND because of the constant 2
Comment on I wish
nogrub@lemmy.world 1 year agobut that operation is expensive
Rubeer@sh.itjust.works 1 year ago
Comment on I wish
nogrub@lemmy.world 1 year agobut that operation is expensive
Nah, it compiles down to an AND because of the constant 2
pinkdrunkenelephants@lemmy.cafe 1 year ago
So what? It works and it’s better than precompiling a list of all known even and odd numbers, and expecting a computer to iterate through a whole list every time it wants to check the value of something.
The stupid trig tables are just as problematic and it’s why graphics chips use other geometric functions instead. It’s just better to use a modulus.
pixeltree@lemmy.world 1 year ago
No I’m pretty sure an if else ladder is more better