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 0bc4985 commit 15af7bfCopy full SHA for 15af7bf
exercises/square-root/description.md
@@ -9,5 +9,7 @@ Check out the Wikipedia pages on [square root][square-root] and [methods of comp
9
10
Recall also that natural numbers are positive real whole numbers (i.e. 1, 2, 3 and up).
11
12
+It is possible to compute the square root of any natural number using only natural numbers in the computation.
13
+
14
[square-root]: https://en.wikipedia.org/wiki/Square_root
15
[computing-square-roots]: https://en.wikipedia.org/wiki/Methods_of_computing_square_roots
0 commit comments