You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: