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