Unit operator -(Unit other) { final num b = fromBase(other.toBase()); return newInstance(value - b); }