Skip to content

Commit 2cdf1d8

Browse files
xannikotp
andauthored
Update exercises/square-root/introduction.md
Co-authored-by: Victor Goff <[email protected]>
1 parent 6ea8e9c commit 2cdf1d8

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
@@ -2,7 +2,7 @@
22

33
We are launching a deep space exploration rocket and we need a way to make sure the navigation system stays on target.
44

5-
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.
5+
As the first step in our calculation, we take a number and find its square root—that is, the number that, when multiplied by itself, equals the given number.
66

77
The journey will be very long.
88
To make the batteries last as long as possible, we had to make our rocket’s onboard computer very power efficient.

0 commit comments

Comments
 (0)