Description:
Multiplies a list, <liste>, by a power function. The first
element is multiplied by <fact1st>, the last by <factlast>; optionally the
element of the original list with a value of <ref> will be multiplied by
<factref>. All intermediate elements will be multiplied by interpolations
along a power function between <fact1st> and <factlast>. The power
function will be altered to accommodate the optional reference point.
|