Bloomberg Interview Question

Given a double value, find the square root without using the sqrt() function?

Interview Answer

Anonymous

Sep 3, 2009

Successive approximation?