Skip to content

Commit

Permalink
Adjust description.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf99 committed Oct 15, 2020
1 parent 3906582 commit 9bfc685
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions exercises/square-root/description.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
Given a natural radicand, return its square root.

Check out the Wikipedia pages on [square root](https://en.wikipedia.org/wiki/Square_root) and [methods of computing square roots](https://en.wikipedia.org/wiki/Methods_of_computing_square_roots).

Note that the term "radicand" refers to the number for which the root is to be determined. That is, it is the number under the root symbol.

Recall also that natural numbers are positive real whole numbers (i.e. 1, 2, 3 and up).
Check out the Wikipedia pages on [square root](https://en.wikipedia.org/wiki/Square_root) and [methods of computing square roots](https://en.wikipedia.org/wiki/Methods_of_computing_square_roots).

When implementing this in a language with a built-in square root function, implement your own function.
Recall also that natural numbers are positive real whole numbers (i.e. 1, 2, 3 and up).

0 comments on commit 9bfc685

Please sign in to comment.