xor 4

logic XOR with 4 inputs
Author: Johannes Taelman
License: BSD
Github: phi/logic/xor 4.axo

Inlets

bool32 input 1

bool32 input 2

bool32 input 3

bool32 input 4

Outlets

bool32 output

Control Rate
outlet_o = (inlet_i1 > 0) ^ (inlet_i2 > 0) ^ (inlet_i3 > 0) ^ (inlet_i4 > 0);

Privacy

© 2024 Zrna Research