Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Gen Idea]: Binary addition #447

Open
1 task done
DeaDvey opened this issue Nov 19, 2024 · 0 comments
Open
1 task done

[Gen Idea]: Binary addition #447

DeaDvey opened this issue Nov 19, 2024 · 0 comments

Comments

@DeaDvey
Copy link

DeaDvey commented Nov 19, 2024

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?

  • I want to be assigned to implement this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant