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

Create an option to control the exponent base instead of subsuming this in exp_mode. #109

Open
jagerber48 opened this issue Jan 8, 2024 · 0 comments

Comments

@jagerber48
Copy link
Owner

Right now users can switch to base 2 exponents by using exp_mode="binary" or exp_mode="binary_iec". This is an idea to introduce a new option like base that can at least take on the values 10 and 2. The "binary" and "binary_iec" modes could then be eliminated and subsumed into the other modes, paired with base=2.

One could imagine generalizing the formatting to arbitrary bases. However, base 2 is already barely supported and it's not clear there is much demand for base 2 formatting, so such an enhancement is a long ways off.

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