Hi people,
Everything is in the title: would lovvvve a spectral version of xor… Praise the Great Boolean Order!
Hi people,
Everything is in the title: would lovvvve a spectral version of xor… Praise the Great Boolean Order!
Hi Velcrome,
I don’t know what to do with Mod…
mod is the basic division with remainders.
for example 27 divided by 5 has a remainder of 2.
or short: 27 mod 5 = 2
in your case you should set the second pin of mod to 2
so every even input gets a remainder of 0 and every odd input a remainder of 1, which is basically what xor is all about.
hope that helps :)
Cool! That’s what I needed.
Never used Mod before anyway. Thanks a lot!