operator / method

Rational operator /(
  1. Decimal other
)

Division operator.

Implementation

Rational operator /(Decimal other) => _rational / other._rational;