Skip to content

Commit 4179cb4

Browse files
committed
Rephrase introduction.
1 parent 1eb6356 commit 4179cb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/square-root/introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ We are launching a deep space exploration rocket and we need a way to make sure
44

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

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.
7+
The journey will be very long.
8+
To make the batteries last as long as possible, we had to make our rocket’s onboard computer very power efficient.
89
Unfortunately that means that we can’t rely on fancy math libraries and functions, as they use more power.
910
Instead we want to calculate or approximate the square root directly.

0 commit comments

Comments
 (0)