We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac68d90 commit 2b106e7Copy full SHA for 2b106e7
Newton method for nth root/Readme.md
@@ -9,4 +9,5 @@ It takes 3 arguments:
9
2nd arg: nthRoot: This specifies which root you want to find (2 for square root, 3 for cube root, 4 for 4th root, etc).
10
11
3rd arg: precision: It specifies digits of precision you want after decimal.
12
+
13
Limitation: Currently this program works with base 10 numbers only
0 commit comments