File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- The idea is not to use the built-in javascript function ` Math.sqrt(x) ` , it's to build your own.
1+ The idea is not to use the built-in javascript functions such as ` Math.sqrt(x) ` , ` x ** 0.5 ` or ` x ** (1/2 )` , it's to build your own.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Check out the Wikipedia pages on [square root](https://en.wikipedia.org/wiki/Squ
88
99Recall also that natural numbers are positive real whole numbers (i.e. 1, 2, 3 and up).
1010
11- The idea is not to use the built-in javascript function ` Math.sqrt(x) ` , it's to build your own.
11+ The idea is not to use the built-in javascript functions such as ` Math.sqrt(x) ` , ` x ** 0.5 ` or ` x ** (1/2 )` , it's to build your own.
1212
1313
1414## Setup
You can’t perform that action at this time.
0 commit comments