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
This will be particularly helpful for Area and Volume. Their scales are much more steep than other SI units' -- Area scales by 1,000,000 between each order of magnitude, for example. Sacrificing 2 bits of storage capacity allows us to model the following for area with gradually degrading precision:
This is required to even attempt #51. Before starting we should determine if representing different ranges of values provides a satisfying result, or if #55 would provide a better result.
Similar to how Duration stores a value in either milliseconds or nanoseconds.
The text was updated successfully, but these errors were encountered: