pub fn andn<FA: FieldAlgebra>(x: FA, y: FA) -> FAExpand description
Computes the arithmetic generalization of andnot.
For boolean inputs (!x) & y = (1 - x)y
pub fn andn<FA: FieldAlgebra>(x: FA, y: FA) -> FAComputes the arithmetic generalization of andnot.
For boolean inputs (!x) & y = (1 - x)y