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 5bfbb45 commit e460bd5Copy full SHA for e460bd5
exercises/square-root/instructions.md
@@ -4,7 +4,7 @@ Your task is to calculate the square root of a given number.
4
5
- Try to avoid using the pre-existing math libraries of your language.
6
- As input you'll be given a positive whole number, i.e. 1, 2, 3, 4…
7
-- You also only need to return a positive whole number.
+- You are only required to handle cases where the result is a positive whole number.
8
9
Some potential approaches:
10
0 commit comments