Skip to content

Commit 1ae54c6

Browse files
xanniIsaacG
andauthored
Update exercises/square-root/introduction.md
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
1 parent 34af70c commit 1ae54c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/square-root/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ We are launching a deep space exploration rocket and we need a way to make sure
55
The first step in our coordinate calculation involves taking a number as input and finding another number which multiplied by itself will equal our input number, or in other words, finding the square root of our input number.
66

77
Because the journey will be very long, we had to make our rocket’s onboard computer very power efficient so it wouldn’t drain the batteries.
8-
Unfortunately that means that we can’t rely on fancy math libraries and functions, as they would take more power.
8+
Unfortunately that means that we can’t rely on fancy math libraries and functions, as they use more power.
99
Instead we want to calculate or approximate the square root directly.

0 commit comments

Comments
 (0)