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
sqrt
The solmate sqrt is good for inputs in WAD 1E18 units. The output value has precision of 1E9.
1E18
1E9
We need a sqrt that can take an input in at least 1E27 units and output higher precision than 1E9.
1E27
The text was updated successfully, but these errors were encountered:
The sqrt limits the precision in the case exp(-2) < x < 1 - exp(2) of the Ndtri.ndtri(x) funciton.
Ndtri.ndtri(x)
Sorry, something went wrong.
No branches or pull requests
The solmate
sqrt
is good for inputs in WAD1E18
units. The output value has precision of1E9
.We need a
sqrt
that can take an input in at least1E27
units and output higher precision than1E9
.The text was updated successfully, but these errors were encountered: