- Notifications
You must be signed in to change notification settings - Fork20.8k
added java code of babylonian method#2883
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
siriak left a comment
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.
Please replace main() with tests as inhttps://github.com/TheAlgorithms/Java/blob/98656cb0cdacd175559272bcbb8bc3b86ddac52a/src/test/java/com/thealgorithms/maths/KaprekarNumbersTest.java, everything else looks good, thanks!
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
SaumyaBhushan commentedJan 24, 2022
replaced main() with test. |
22aam commentedJan 24, 2022
can you tell me about this pull request |
SaumyaBhushan commentedJan 25, 2022
Babylonian method is an iterative method to find the square root of a number. This is also sometimes called as Hero's method |
siriak left a comment
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.
LGTM, thanks!
This reverts commit101d08a.
Uh oh!
There was an error while loading.Please reload this page.
Describe your change:
References
Checklist:
Fixes: #{$ISSUE_NO}.