inverse property

Rational get inverse

Returns a Rational corresponding to 1/this.

Implementation

Rational get inverse => _rational.inverse;