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 {Gibi|Mebi|Kilo|etc}bits #304

Closed
danielyli opened this issue May 8, 2018 · 0 comments
Closed

Add support for {Gibi|Mebi|Kilo|etc}bits #304

danielyli opened this issue May 8, 2018 · 0 comments

Comments

@danielyli
Copy link

The squants.information package currently supports units like MiB/s but not bit-based units like Mbps (megabits per second), which is the standard unit for telecommunications.

If Squants is to support these, we should consider differentiating between units like “megabits” (10^6 bits) and “mebibits” (2^20 bits) like the existing byte-based units.

pdobel pushed a commit to pdobel/squants that referenced this issue Sep 17, 2018
cquiroz added a commit that referenced this issue Sep 24, 2018
Add support for {Gibi|Mebi|Kilo|etc}bits (#304)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants