The square root of , written , is the number that gives you when squared. So because .
Square roots undo squaring. If you square a number and then take its square root, you get back where you started (ignoring sign complications).
In code, you'll use square roots for geometry (distance formulas), number theory (checking primes), and binary search problems. If your loop condition involves , you're working with square roots.