pow method

Unit pow(
  1. RationalNumber pow
)

Implementation

Unit pow(RationalNumber pow) => ProductUnit([RationalPower(this, pow)]);