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
@@ -5,5 +5,5 @@ We are launching a deep space exploration rocket and we need a way to make sure
5
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.
6
6
7
7
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.
9
9
Instead we want to calculate or approximate the square root directly.
0 commit comments