Jump to content

Four bit adder: Difference between revisions

m
no edit summary
m (fixed a dumb mistake)
mNo edit summary
Line 1,081:
function not(a) {
if (arePseudoBin(a))
return a === 1 ? 0 : 1;
}
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.