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

Check the possibility of getting rid of the extra exponentiation at Newton's method end. #12

Open
TheSquidCombatant opened this issue Nov 5, 2023 · 0 comments
Labels
medium This requires being a programmer short This may take a few hours

Comments

@TheSquidCombatant
Copy link
Owner

Check whether it is possible to modify the implementation for calculating the root using Newton's method so, as to get rid of exponentiation to verify that an accurate result is obtained.

I mean this place: GetRootByNewton. It seems that I came across on the Internet an implementation of calculating the square root using the Newton method with checking for the exact value without raising to a power, but by preliminary adding one to a source value.

@TheSquidCombatant TheSquidCombatant added medium This requires being a programmer short This may take a few hours labels Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium This requires being a programmer short This may take a few hours
Projects
None yet
Development

No branches or pull requests

1 participant