Skip to content

Commit 0ec6899

Browse files
authored
1 parent 15af7bf commit 0ec6899

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exercises/square-root/description.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Check out the Wikipedia pages on [square root][square-root] and [methods of comp
99

1010
Recall also that natural numbers are positive real whole numbers (i.e. 1, 2, 3 and up).
1111

12-
It is possible to compute the square root of any natural number using only natural numbers in the computation.
12+
Avoid using built-in functions or libraries that directly compute the square root.
13+
Instead, create your own approach to approximate or calculate the square root.
14+
It is possible to calculate the square root of any natural number using only natural numbers in the calculation.
1315

1416
[square-root]: https://en.wikipedia.org/wiki/Square_root
1517
[computing-square-roots]: https://en.wikipedia.org/wiki/Methods_of_computing_square_roots

0 commit comments

Comments
 (0)