Example Problem
1 + 1
Example Solution
10
Optional, Provide Further Explanation
It works like denary addition, but instead of carrying if it goes over $10_{10}$ it carrys if it goes over $1_2$
For instance
C 11 Carry
1011
+0110
=10001
I could probably implement this myself, so I'll tick that box, but I'm not very active on github, so apologies for delayed responses.
Assign Yourself?
Example Problem
1 + 1
Example Solution
10
Optional, Provide Further Explanation
It works like denary addition, but instead of carrying if it goes over$10_{10}$ it carrys if it goes over $1_2$
For instance
C 11 Carry
1011
+0110
=10001
I could probably implement this myself, so I'll tick that box, but I'm not very active on github, so apologies for delayed responses.
Assign Yourself?