Function andn

Source
pub fn andn<FA: FieldAlgebra>(x: FA, y: FA) -> FA
Expand description

Computes the arithmetic generalization of andnot.

For boolean inputs (!x) & y = (1 - x)y