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