It's the piece of code we wrote for computing squareroots, squareroots of actually perfect squares.
,这是我们写的计算平方根的代码,计算完全全平方根的。
2
Suppose I want to compute squareroots a lot of places in a big chunk of code.
假设我想在一大段代码中,计算很多次平方根。
3
Let's say you want a lookup table that will return squareroots of Numbers between 5 and 20. A simple program can be written to generate such a table like this.