The QQ class represents a rational number, ℚ.

The QQ implementation is that of an immutable (value) type.

The numerator and denominator are reduced to their lowest form.

Construct new instances using the static valueOf method.

Accessors

Methods