This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[WIP] Add implementation of partial sqrt algorithm #51
base: trunk
Are you sure you want to change the base?
[WIP] Add implementation of partial sqrt algorithm #51
Changes from 20 commits
d96a40f
54c8fca
d43075c
2198263
04263bd
693e881
752cbeb
41424a4
e26a357
07dcca8
3169ec5
cc337a3
71f71c1
9793d16
ee2820a
d864324
1d63916
b17ea47
a65b06f
017f6f1
9cb8267
e8c959b
517290c
43c2c63
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps document that this isn't any faster than actually computing the square root (as presently implemented).