Functions§
- divide_
decimal_ by_ decimal - Divide ‘a’ by ‘b’.
- divide_
uint128_ by_ decimal - Divide Uint128 by Decimal. (Uint128 / numerator / denominator) is equal to (Uint128 * denominator / numerator).
- divide_
uint128_ by_ decimal_ and_ ceil - Divide Uint128 by Decimal, rounding up to the nearest integer.
- multiply_
uint128_ by_ decimal_ and_ ceil - Multiply Uint128 by Decimal, rounding up to the nearest integer.
- uint128_
checked_ div_ with_ ceil