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

Integration of binary to decimal converter with decimal point #11

Closed
evilenx opened this issue May 21, 2024 · 2 comments
Closed

Integration of binary to decimal converter with decimal point #11

evilenx opened this issue May 21, 2024 · 2 comments
Assignees

Comments

@evilenx
Copy link
Contributor

evilenx commented May 21, 2024

image

The current binary to decimal converter only works with integer binary numbers and cannot handle binary numbers with a decimal point. This limits the functionality of the converter and can cause problems for users who need to convert binary numbers with a decimal point to decimal.

Suggestion:
Allow users to convert any binary number to decimal, regardless of whether it has a decimal point. Additionally, it is recommended to thoroughly test the converter to ensure that it works properly and provides accurate results.

@kentlouisetonino
Copy link
Owner

Yeah. I forgot to consider this feature. I'll work
this out, maybe this coming weekend. Thank you
for creating this issue. @evilenx.

@kentlouisetonino kentlouisetonino self-assigned this Jun 28, 2024
@kentlouisetonino
Copy link
Owner

I will be migrating this project to C language. The bug fix
for this will be included here.

#13

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

2 participants