Functionsยง
- Assumes that a and b are boolean
- Return either 0 if n is zero or the next power of two of n. Used to resize the number of rows in a trace matrix.
- Assumes that a and b are boolean
- Assumes that
cond
is boolean. Returnsa
ifcond
is true, otherwise returnsb
.