inverse property

Rational get inverse

Implementation

Rational get inverse => Rational(denominator, numerator);