Citadel Interview Question

How to compute the square root to a certain digit?

Interview Answer

Anonymous

Jan 2, 2020

example sqrt(37) sqrt(37)~sqrt(36)+(37-36)/(2*sqrt(36))=6.083

1