The array :: powseries module

The array :: powseries module provides functions, constants and global variables for the implementation of additional power series functions, besides the core one (PowSeries()).

Required modules

string :: core, array :: core, array :: operators

Functions

NameDescription

ArrayPowSeries()

Applies the PowSeries function to all array elements and returns th...

ArrayPowSeriesA()

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

ArrayPowSeriesAA()

Applies the PowSeriesAA function to all array elements and return...

PowSeriesA()

Returns a power series of x with coefficients supplied by an array...

PowSeriesAA()

Returns a power series of x with coefficients and powers supplied by ...

Constants

None

Variables

None