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
One test case for the unsigned pow function checks for the biggest number whose cube fits within MAX_SD59x18:
https://github.com/hifi-finance/prb-math/blob/d625afda3ffdc61f4dac89a7a0019be479b189fe/test/unit/prbMathUd60x18/pure/pow.ts#L70
It should check for the biggest number whose cube fits within MAX_UD60x18.
The text was updated successfully, but these errors were encountered:
Fixed in f6e0924.
Sorry, something went wrong.
No branches or pull requests
One test case for the unsigned pow function checks for the biggest number whose cube fits within MAX_SD59x18:
https://github.com/hifi-finance/prb-math/blob/d625afda3ffdc61f4dac89a7a0019be479b189fe/test/unit/prbMathUd60x18/pure/pow.ts#L70
It should check for the biggest number whose cube fits within MAX_UD60x18.
The text was updated successfully, but these errors were encountered: