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

Add support for direct conversion between certain bases #2

Open
Skalman opened this issue Mar 13, 2011 · 1 comment
Open

Add support for direct conversion between certain bases #2

Skalman opened this issue Mar 13, 2011 · 1 comment

Comments

@Skalman
Copy link
Owner

Skalman commented Mar 13, 2011

E.g. converting from binary to hexadecimal shouldn't go via the internal number presentation.

Suggested fast conversions:

  • 2 <-> 16
  • 10 <-> 100

And possibly a few more, especially if they can be created dynamically:

  • 2 <-> 4 <-> 8 <-> 16 <-> 64
  • 3 <-> 9
  • 5 <-> 25
  • 6 <-> 36
  • 10 <-> 100 <-> 1000
@Skalman
Copy link
Owner Author

Skalman commented Nov 29, 2017

Support for directly converting between bases was added in da8793a, but these conversions weren't added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant