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

Variable size separator groupings #108

Closed
jagerber48 opened this issue Jan 8, 2024 · 2 comments
Closed

Variable size separator groupings #108

jagerber48 opened this issue Jan 8, 2024 · 2 comments

Comments

@jagerber48
Copy link
Owner

Right now the upper and lower separators group the upper and lower digits into groups of three. It may be useful to group the digits into different sized groups. For example, it may be useful to group some binary representations into groups of 4. In fact, the add_group_chars function already has an input to control the number of grouping digits. This functionality is just not exposed to the user interface.

@jagerber48
Copy link
Owner Author

The possibility of variable sized separator groups could throw wrenches into input string parsing.

@jagerber48
Copy link
Owner Author

This was kind of going to be useful for binary representations, but actually, before #201, the binary modes were actually base-2 scientific formatting, not binary representations. Closing this since it is not useful.

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