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
Default instance could use toString or maybe even it makes sense to use DecimalFormat (with a couple of significant digits) as the default for Double and BigDecimal
The text was updated successfully, but these errors were encountered:
It would be nice to be able to customise the formatting of the magnitude of a quantity.
Maybe by introducing
ShowMagnitude
similar toShowUnit
andShowDimension
.Default instance could use
toString
or maybe even it makes sense to useDecimalFormat
(with a couple of significant digits) as the default forDouble
andBigDecimal
The text was updated successfully, but these errors were encountered: