File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ Check out the Wikipedia pages on [square root][square-root] and [methods of comp
99
1010Recall 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
You can’t perform that action at this time.
0 commit comments