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

Implement faster Newton-Raphson #63

Open
unzvfu opened this issue Oct 11, 2018 · 1 comment
Open

Implement faster Newton-Raphson #63

unzvfu opened this issue Oct 11, 2018 · 1 comment

Comments

@unzvfu
Copy link
Collaborator

unzvfu commented Oct 11, 2018

The initial estimate can be improved with a degree two approximation; also the iteration can be modified to cube the error, rather than simply square it. See here.

@unzvfu
Copy link
Collaborator Author

unzvfu commented Mar 21, 2020

Follow up at unzvfu#36.

@unzvfu unzvfu removed their assignment Mar 21, 2020
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

No branches or pull requests

1 participant