I have an array of numbers, and i want to find the percentage difference
between all the elements.
Say my @a = ($a,$b,$c);
I need to calculate the percentage difference of element a with b, b with c
and c with a.
The 3 items above are an example, it can be hundreds of numbers. Is there
an algorithm already existing for this, so that all elements are compared
and none are missed?


Thanks

Reply via email to