Relative Content

Tag Archive for javascriptbit

Full Subtractor in JS

I’ve been trying to play around with operations on bits in javascript, but without using the bitwise operators. I came to a problem I can’t get around. A full adder is simple enough to implement, but when it comes to a full subtractor, I get lost.