Skip to content
New issue

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

feat: expand domain of "pow" #182

Merged
merged 1 commit into from
Apr 11, 2023
Merged

feat: expand domain of "pow" #182

merged 1 commit into from
Apr 11, 2023

Conversation

PaulRBerg
Copy link
Owner

Updates pow so that it now works with values less than 1e18.

This PR closes #181.

docs: update docs for "pow"
refactor: return unit when base is unit in "pow"
refactor: return base when exponent is unit in "pow"
test: delete erroneous "exponent greater than max permitted" tests
test: delete misleading "MAX_PERMITTED" constant
test: update tests for "pow"
@PaulRBerg PaulRBerg merged commit b3544b4 into main Apr 11, 2023
3 checks passed
@PaulRBerg PaulRBerg deleted the feat/pow-domain branch April 11, 2023 07:59
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.

Make UD60x18-pow work with values lower than 1e18
1 participant