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
Celsius currently implements IMetric, even though it is formally an si-derived unit. As it requires a transformation, we cannot implement it as an ISiUnit and ISiDerivedUnit has been deleted. This poses a dilemma: formally it is an si-derived unit, that currently "needs" to be implemented a metric unit.
Find a way to resolve this:
Re-introduce ISiDerivedUnit.
Let SI units also implement a transform function (ugly?)
Celsius currently implements
IMetric
, even though it is formally an si-derived unit. As it requires a transformation, we cannot implement it as anISiUnit
andISiDerivedUnit
has been deleted. This poses a dilemma: formally it is an si-derived unit, that currently "needs" to be implemented a metric unit.Find a way to resolve this:
ISiDerivedUnit
.The text was updated successfully, but these errors were encountered: