harold,
@harold@mastodon.gamedev.place avatar

IDK what to call these things with 3 non-identical ops simplifying into 1, but it's neat

((a & b) + (a | b)) == (a + b)
((a & b) + (a ^ b)) == (a | b)
((a | b) - (a ^ b)) == (a & b)
((a + b) - (a | b)) == (a & b)
((a + b) - (a & b)) == (a | b)
((a | b) - (a & b)) == (a ^ b)

xorn,
@xorn@mastodon.social avatar

@harold you can do that sort of simplification using Karnaugh maps

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • DreamBathrooms
  • everett
  • tacticalgear
  • magazineikmin
  • thenastyranch
  • rosin
  • tester
  • Youngstown
  • khanakhh
  • slotface
  • ngwrru68w68
  • kavyap
  • mdbf
  • InstantRegret
  • megavids
  • osvaldo12
  • GTA5RPClips
  • ethstaker
  • normalnudes
  • Durango
  • cisconetworking
  • anitta
  • modclub
  • cubers
  • Leos
  • provamag3
  • JUstTest
  • lostlight
  • All magazines