Crate ckb_rational
source ·Expand description
Rational numbers.
Structs
Represents the ratio
numerator / denominator, where numerator and denominator are both
unsigned 256-bit integers.