Back to General discussions forum
For the square root approximation problem, one of the examples given is 10 3 with answer 3.196.
However, the real answer is closer to 3.196005081874647, and the question requires the answers to be within "1e-7 = 0.0000001 or better!".
So any program that actually matches the example output would not be precise enough.