jdhao's digital space

Recent content on jdhao's digital space

马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml

How to Calculate Square Root without Using sqrt()?

2022年4月28日 21:45

I saw an interesting question that how to get square root of x without using builtin function from your language. There are different ways to approach this problem.