divide method

Unit divide(
  1. Unit that
)

The quotient of this unit with the one specified.

Implementation

Unit divide(Unit that) => times(that.inverse());