inverse property

Rational inverse

Returns a Rational corresponding to 1/this.

Implementation

Rational get inverse => _rational.inverse;