Yo Soy Freeman on Nostr: nprofile1q…tnwmw nprofile1q…9kksy This: a += (bool as int) * (bool2 as int) * b ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqwsgm9l82qt2pxka5arr04pvw62ymczyj47046v766j3xat8dg3sq8tnwmw (nprofile…nwmw) nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq7yr7pmc0a3h7a0ykx5d04j0zdc7js0mksy8ht7wvehwpht6wh83q89kksy (nprofile…kksy)
This:
a += (bool as int) * (bool2 as int) * b
is less logic and intuitive that:
a += bool1 * bool2 * b
A logic gate evaluates to 1 if it's conditions are met and to 0 if not even when doing calculations on circuits
This:
a += (bool as int) * (bool2 as int) * b
is less logic and intuitive that:
a += bool1 * bool2 * b
A logic gate evaluates to 1 if it's conditions are met and to 0 if not even when doing calculations on circuits