Expand description
Rational numbers.
Structsยง
- Represents the ratio
numerator / denominator
, wherenumerator
anddenominator
are both unsigned 256-bit integers.
Rational numbers.
numerator / denominator
, where numerator
and denominator
are both
unsigned 256-bit integers.