You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/square-root/introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
We are launching a deep space exploration rocket and we need a way to make sure the navigation system stays on target.
4
4
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.
5
+
As the first step in our calculation, we take a target number and find its square root (that is, the number that when multiplied by itself equals the target number).
6
6
7
7
The journey will be very long.
8
8
To make the batteries last as long as possible, we had to make our rocket’s onboard computer very power efficient.
0 commit comments