mathgenerator icon indicating copy to clipboard operation
mathgenerator copied to clipboard

[Gen Idea]: Binary addition

Open DeaDvey opened this issue 1 year ago • 0 comments

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?

  • [x] I want to be assigned to implement this

DeaDvey avatar Nov 19 '24 10:11 DeaDvey