tenth property
Rational
tenth
final
Represents one tenth (1/10)
Implementation
static final Rational tenth = Rational.fromInt(1, 10);
Represents one tenth (1/10)
static final Rational tenth = Rational.fromInt(1, 10);