Include `DivMod()` method
Closed this issue · 0 comments
2opremio commented
We have started using https://github.com/holiman/uint256 at https://github.com/stellar/go and we are missing the DivMod()
method.
This has required invoking Div()
and Mod()
separately, which isn't great for performance.