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
I'm not sure. I think I would like to keep the handling of SI prefixes consistent, even though I agree that "millibyte" is typically not a very useful unit.
But I just realized, that the standard way of writing "mega byte" is actually "MB" with a capital "B" (instead of "Mb"). Maybe we should just change byte to be "B". Then, "mB" would probably not expected to be mega byte. What do you think?
Also, I believe that #34 could help here, if the output had been:
Due to the uniform handling of SI prefixes, mb is unfortunately a millibyte, which is a pretty useless unit of measure:
This was pretty confusing to me, until I realized I needed to use
Mb
to get the desired unit (of mebibytes = 1000000 bytes, which is close enough).Fixing this requires some special-casing of data storage-related units.
The text was updated successfully, but these errors were encountered: