Description:
Distorts a list, <liste>, by a power function, thus if the list is linear
the result follow the power function, if the list is non-linear the
result will be a hybrid of the old liste and the power function.
The arguments <newmin> and <newmax> determine the scaling of the new
list. (<newmin> will be the smallest value present, <newmax> the largest)
|