Rational.square constructor

const Rational.square()

Implementation

const Rational.square()
    : numerator = 1,
      denominator = 1;