We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add
Quo
We need mutative Add and Quo defined on osmomath.BigDec
osmomath.BigDec
Originally posted by @ValarDragon in #3708 (comment)
We alreadyhave mutative `MulMut: #3678
Follow #3678 for an example on how to implement it with tests.
Modify exp2 to utilize the mutatie versions as per: https://github.com/osmosis-labs/osmosis/pull/3708/files/79beaae72f54159a82c54a7872b6053fc8ffdc5a#r1050159218
exp2
AddMut
QuoMut
The text was updated successfully, but these errors were encountered:
pysel
Successfully merging a pull request may close this issue.
Background
We need mutative
Add
andQuo
defined onosmomath.BigDec
Originally posted by @ValarDragon in #3708 (comment)
We alreadyhave mutative `MulMut: #3678
Suggested Design
Follow #3678 for an example on how to implement it with tests.
Modify
exp2
to utilize the mutatie versions as per: https://github.com/osmosis-labs/osmosis/pull/3708/files/79beaae72f54159a82c54a7872b6053fc8ffdc5a#r1050159218Acceptance Criteria
AddMut
addedQuoMut
addedexp2
as per: https://github.com/osmosis-labs/osmosis/pull/3708/files/79beaae72f54159a82c54a7872b6053fc8ffdc5a#r1050159218The text was updated successfully, but these errors were encountered: