This script computes the square root of 5, but since it doesn't store or display the result, it is not very useful.
这个脚本计算了5的平方根,但没存储下来,也没有显示出来,所以就根本没用了。
The code in Listing 5 first gathers the list of factors up to the square root of the target number, saving it in the factors variable.
清单5中的代码首先将该因子列表收集到目标数字的平方根,将其保存在factor变量中。
The code in Listing 5 first gathers the list of factors up to the square root of the target number, saving it in the factors variable.
清单5中的代码首先将该因子列表收集到目标数字的平方根,将其保存在factor变量中。
应用推荐