Commit e8b7192
Update instructions.append.md (#3812)
* Update instructions.append.md
Clarify that the built-in exponentiation operator ** is equivalent to pow() and therefore doesn't demonstrate an implementation of a square root algorithm, and also note that for the domain of this exercise there are available solutions using only positive integers.
* Update exercises/practice/square-root/.docs/instructions.append.md
Adhere to one sentence per line convention.
Co-authored-by: BethanyG <[email protected]>
---------
Co-authored-by: BethanyG <[email protected]>1 parent da94511 commit e8b7192
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments