pub fn select<F: FieldAlgebra>(
cond: impl Into<F>,
a: impl Into<F>,
b: impl Into<F>,
) -> FExpand description
Assumes that cond is boolean. Returns a if cond is true, otherwise returns b.
pub fn select<F: FieldAlgebra>(
cond: impl Into<F>,
a: impl Into<F>,
b: impl Into<F>,
) -> FAssumes that cond is boolean. Returns a if cond is true, otherwise returns b.