Previous
While Loops
4 / 4
Next
Capstone
Hint
Input a float S
and an error tolerance epsilon
.
Approximate the square root of S
with error tolerance epsilon
.
Hint: the absolute value $\left| x^2 -a \right|$ can be computed using the Python function abs(x**2 - a)
.
Help
Solve
Reset
Test results
Test result #
Expected output
Your output