one constant

Fraction const one

The neutral multiplicative element, that is 1.

Implementation

static const Fraction one = Fraction._(1, 1);