Open ianmackenzie opened 5 years ago
Seems that multiplication/division by a Float is more common than multiplication/division by another Quantity, so would probably be a net savings to use the shorter names for the Float case and the longer names for the Quantity case.
Float
Quantity
Seems that multiplication/division by a
Float
is more common than multiplication/division by anotherQuantity
, so would probably be a net savings to use the shorter names for theFloat
case and the longer names for theQuantity
case.