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

Adding base conversions #23

Closed
DamienLegay opened this issue Jan 19, 2021 · 2 comments
Closed

Adding base conversions #23

DamienLegay opened this issue Jan 19, 2021 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@DamienLegay
Copy link
Contributor

It would be nice to be able to convert numbers between different bases. For instance, 255 in base 10 (decimal) is equal to 11111111 in base 2 (binary) and FF in base 16 (hexadecimal). Ideally, the calculator would be able to handle any base > 1.

This can be extended to rational and even real numbers.

@tommens tommens added the duplicate This issue or pull request already exists label Jan 19, 2021
@tommens
Copy link
Owner

tommens commented Jan 19, 2021

This issue request is overlapping with #11 which is about supporting different number formats and different number representations. I agree it would be nice, but it should be part of that issue request.

@DamienLegay
Copy link
Contributor Author

My bad, hadn't noticed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants