-
Notifications
You must be signed in to change notification settings - Fork 125
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
Directly reference algorithm used in int sqrt #228
Labels
question
Further information is requested
Comments
Rewritten using generic math, but fundamentally yes, it's the same. |
Yeah, just a nitpick to link to the solution rather than the question. (I can make the PR myself if requested.) |
Yeah, link to the solution is more precise. You can submit PR. |
Arithmomaniac
added a commit
to Arithmomaniac/dotNext
that referenced
this issue
Mar 11, 2024
Directly link to answer. dotnet#228
This was referenced Mar 11, 2024
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/dotnet/dotNext/blob/b20da06268a9b51ca4a767f308ad43bcf45c6460/src/DotNext/Numerics/Number.cs#L134C9-L134C121
It appears the actual algo is this exact answer to the question? https://math.stackexchange.com/a/4674078
The text was updated successfully, but these errors were encountered: