Skip to content

[Gen Idea]: Binary addition #447

@DeaDvey

Description

@DeaDvey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions