Skip to content

Conversation

@forfudan
Copy link
Owner

This pull request fixes a bug in multiply() due to implicit type conversion. More specifically, UInt128(a) * 10 ** 28 would implicitly convert the value into Int. Thus, all "power to 10" are replaced by the function power_of_10().

@forfudan forfudan merged commit 15e28d5 into main Mar 17, 2025
1 of 2 checks passed
@forfudan forfudan deleted the multiply branch March 17, 2025 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants