zero constant

Fraction const zero

The neutral additive element, that is 0.

Implementation

static const Fraction zero = Fraction._(0, 1);