Skip to content

Commit 2b106e7

Browse files
authored
Update Readme.md
1 parent ac68d90 commit 2b106e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Newton method for nth root/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ It takes 3 arguments:
99
2nd arg: nthRoot: This specifies which root you want to find (2 for square root, 3 for cube root, 4 for 4th root, etc).
1010

1111
3rd arg: precision: It specifies digits of precision you want after decimal.
12+
1213
Limitation: Currently this program works with base 10 numbers only

0 commit comments

Comments
 (0)