Skip to content

Releases: fardream/gen-move-math

v1.4.5: add count trailing zeros

30 Dec 18:36
2ed93a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.4...v1.4.5

v1.4.4: add test case for log 2

29 Dec 23:27
a9b4692
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3: log 2 with precision

28 Dec 19:59
8e94a7a
Compare
Choose a tag to compare
log 2 with precision (#5)

v1.4.2: update readme

27 Dec 00:28
95f98f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

add `log_2` to more_math

14 Dec 23:46
215420d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0: add support for 16, 32, and 256 bit unsigned integer.

13 Dec 03:34
1e6cc37
Compare
Choose a tag to compare

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

09 Dec 02:38
338df22
Compare
Choose a tag to compare
add support for bit shift to signed integers.

v1.2.7: more functions for double width integers

15 Sep 17:40
fd466e2
Compare
Choose a tag to compare

v1.2.6: signed decimal

05 Sep 05:05
c8790a4
Compare
Choose a tag to compare

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.

02 Sep 03:44
8ef7111
Compare
Choose a tag to compare