tenPercent property

Rational tenPercent
final

Represents 10% as a ratio (1/10 or 0.1) Useful for percentage calculations

Implementation

static final Rational tenPercent = Rational.fromInt(1, 10);