Functions Index :: A :: ArrayPowSeriesAA
Module:
Definition:
ArrayPowSeriesAA(string x_array, string coefs_array, string powers_array)
Description:
Applies the PowSeriesAA function to all array elements and returns the resulting array.
Examples:
coefs = "0.6, 0.03, -0.0025"
powers = "1, 3, 5"
ax = "0,50,100,150,200"
ay = ax.ArrayPowSeriesAA(coefs, powers)