third property

Rational third
final

Represents one third (1/3)

Implementation

static final Rational third = Rational.fromInt(1, 3);