onePercent property

Rational onePercent
final

Represents 1% as a ratio (1/100 or 0.01) Useful for percentage calculations

Implementation

static final Rational onePercent = Rational.fromInt(1, 100);