Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
150 stars 377 forks source link

[Feature] Add a Binary-decimal convertor #1533

Open PDBharadwaj opened 5 days ago

PDBharadwaj commented 5 days ago

Description

I wanted to add a convertor for binary to decimal numbers and vice-versa.

Screenshots

No response

Checklist

Code of Conduct

github-actions[bot] commented 5 days ago

Hey @PDBharadwaj, Welcome to the project CalcDiverse! 🎊 Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

jessicachawla commented 4 days ago

Instead of just binary, would you consider changing them to base 7 or other popular formats as well

PDBharadwaj commented 4 days ago

Sure, I can add base 7, 8 and 16 formats. Please suggest any other conversions. I would like to work on this issue.

jessicachawla commented 2 days ago

2, 7, 8, 10, 16 bases should be enough.

jessicachawla commented 2 days ago

@Rakesh9100 this issue can be assigned

Rakesh9100 commented 2 days ago

We already have Number System Calculator which does this @jessicachawla pls look that and Lmk further @PDBharadwaj

PDBharadwaj commented 1 day ago

2, 7, 8, 10, 16 bases should be enough.

I can work on these bases. Should I work on any other also?

jessicachawla commented 3 hours ago

@Rakesh9100 the number system calculator does not covert to 7,8,10 and 16 bases according to my understanding

Rakesh9100 commented 2 hours ago

Okay, then we can add this functionality in that calculator only as when user selects Binary in From Base, it will show up one more box to select either 7, 8, 10 or 16 conversions @jessicachawla

jessicachawla commented 1 hour ago

Yes. @PDBharadwaj will you add it as a functionality instead of creating a new one?

PDBharadwaj commented 55 minutes ago

Yes, I can add it as functionality.