7.0 KiB
7.0 KiB
module math.unsigned
Contents
- Constants
- add_128
- add_256
- div_128
- mul_128
- mul_256
- sub_128
- sub_256
- uint128_from_64
- uint128_from_dec_str
- uint128_new
- uint256_from_128
- uint256_from_64
- uint256_from_dec_str
- Uint128
- is_zero
- equals
- equals_64
- cmp
- cmp_64
- and
- and_64
- or_
- or_64
- xor
- xor_64
- add
- add_64
- sub
- sub_64
- mul
- mul_64
- overflowing_mul_64
- overflowing_add_64
- div
- mod
- mod_64
- quo_rem_64
- quo_rem
- lsh
- rsh
- leading_zeros
- trailing_zeros
- ones_count
- rotate_left
- rotate_right
- reverse
- reverse_bytes
- not
- len
- str
- put_bytes
- /
- %
- +
- -
- *
- <
- Uint256