Divide the target number by each of these factors to get the symmetricalfactor, and add it to the list of factors.
用这些因子除以目标数,以获得对称因子,并将它加入因子列表中。
2
I then append a new collection onto factors - generated by the map function on the factors list - applying the code to generate the symmetrical (the matching factor above the square root) list.