Functions Index :: A :: ArrayPowSeriesA

[<< up one level]

Module:

array :: powseries

Definition:

ArrayPowSeriesA(string x_array, string coefs_array, val "start_power", val "increment")

Description:

Applies the PowSeriesA function to all array elements and returns the resulting array.

Examples:

coefs = "3, 0.2, -0.04, 0.0002"

ax = "0,50,100,150,200"

ay = ax.ArrayPowSeriesA(coefs)

 

[<< top]