Skip to content

Commit 5bfbb45

Browse files
xannitasxatzial
andauthored
Update exercises/square-root/introduction.md
Co-authored-by: Anastasios Chatzialexiou <[email protected]>
1 parent 70066d9 commit 5bfbb45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/square-root/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ We are launching a deep space exploration rocket and we need a way to make sure
55
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).
66

77
The journey will be very long.
8-
To make the batteries last as long as possible, we had to make our rockets onboard computer very power efficient.
9-
Unfortunately that means that we cant rely on fancy math libraries and functions, as they use more power.
8+
To make the batteries last as long as possible, we had to make our rocket's onboard computer very power efficient.
9+
Unfortunately that means that we can't rely on fancy math libraries and functions, as they use more power.
1010
Instead we want to calculate the square root directly.

0 commit comments

Comments
 (0)