Functions Index :: P
Name | Description | Package | Module |
---|---|---|---|
Returns the y-value of x so that the point (x,y) lies on a parabola parallel to x axis, with edge located at distance a from its focus and its center located at (xc,yc)... | |||
Animates a clip between each segment of a sequence of frames while in parallel overlays it ... | |||
Returns an arbitrary polynomial of x... | |||
Returns an arbitrary power series of x... | |||
Returns a power series of x with coefficients supplied by an array and powers of defined start and increment. It is provided as a simpler alternative for series with small number of terms to the more generic PowSeries function... | |||
Returns a power series of x with coefficients and powers supplied by (two) respective arrays. It is provided as a simpler alternative for series with small number of terms to the more generic PowSeries function... | |||
Returns a clip with the values of the variables passed as arguments printed in separate lines (one line for each variable). Note that if the string representation of a variable's value is very long it may be clipped... | |||
Returns the product of its arguments... | |||
Returns the product of its arguments... |