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

Consistent usage of units. #32

Merged
merged 3 commits into from Mar 23, 2016
Merged

Consistent usage of units. #32

merged 3 commits into from Mar 23, 2016

Conversation

xypron
Copy link
Contributor

@xypron xypron commented Mar 23, 2016

Use the binary prefixes defined in IEC 80000-13.
Ki, kibi = 2^10
Mi, mebi = 2^20
Gi, gibi = 2^30
Ti, tebi = 2^40

Use B for bytes and b for bits.

Use the binary prefixes defined in IEC 80000-13.
Ki, kibi = 2^10
Mi, mebi = 2^20
Gi, gibi = 2^30
Ti, tebi = 2^40

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Use the binary prefixes defined in IEC 80000-13.
Ki, kibi = 2^10
Mi, mebi = 2^20
Gi, gibi = 2^30
Ti, tebi = 2^40

Use B for Byte, b for bit.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Use the binary prefixes defined in IEC 80000-13.
Ki, kibi = 2^10
Mi, mebi = 2^20

Use B for bytes.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
@akopytov akopytov merged commit ef413c7 into akopytov:1.0 Mar 23, 2016
@akopytov
Copy link
Owner

Thank you.

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

Successfully merging this pull request may close these issues.

None yet

2 participants