Releases: fardream/gen-move-math
Releases · fardream/gen-move-math
v1.4.5: add count trailing zeros
v1.4.4: add test case for log 2
v1.4.3: log 2 with precision
log 2 with precision (#5)
v1.4.2: update readme
add `log_2` to more_math
v1.4.0: add support for 16, 32, and 256 bit unsigned integer.
Also, add more_math libraries to provide leading_zeros
, multiply/add with array, subtract with borrow, and square root function.
v1.3.0: bit shift for signed integers
add support for bit shift to signed integers.
v1.2.7: more functions for double width integers
Full Changelog: v1.2.6...v1.2.7
v1.2.6: signed decimal
Signed decimal where decimal is dynamic and precision is predefined.
Full Changelog: v1.2.5...v1.2.6
Add `is_zero` to double width unsigned.
Full Changelog: v1.2.4...v1.2.5