Skip to content

Commit 15af7bf

Browse files

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/square-root/description.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ 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.
13+
1214
[square-root]: https://en.wikipedia.org/wiki/Square_root
1315
[computing-square-roots]: https://en.wikipedia.org/wiki/Methods_of_computing_square_roots

0 commit comments

Comments
 (0)