Closed mweastwood closed 9 years ago
This fixes #49
The problem was that SIUnit inheriting == from Number, which assumed a promotion rule would exist.
SIUnit
==
Number
LGTM. Nice debugging.
This fixes #49
The problem was that
SIUnit
inheriting==
fromNumber
, which assumed a promotion rule would exist.