Hello there. I have experienced an unexpected problem when calculating square root of a function. I used sqrtl(number+EPS) and I expected it to pass system testing in today's problem B. My equation was a quadratic equation and it should've passed. 74435525 this is my submission. I've found that the sqrtl() only calculated to 4 decimal places precision. I expected it to be more precised. I am not sure why the precision was very inaccurate?(In the hack, I got wrong answer due to precision error). I googled my problem before asking here. I also used __float128 in custom invocation tab with 64 bit C++ with my custom square root function using binary search and still, it wasn't accurate. The testcase that made me fail: