Crate ckb_rational
source ·Expand description
Rational numbers.
Structs
- 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.