This outputs a sublist of complex or real numbers that all have distinct norms up to the tolerance N (default is 1e-10).
i1 : radicalList({2.000,1.999})
o1 = {2, 1.999}
o1 : List
|
i2 : radicalList({2.000,1.999},1e-10)
o2 = {2, 1.999}
o2 : List
|
i3 : radicalList({2.000,1.999},1e-2)
o3 = {2}
o3 : List
|
The object radicalList is a method function with options.