Functions Index :: P

[<< packages]
NameDescription PackageModule

Parabola

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)...

numeric

curves2d

PolygonAnim

Animates a clip between each segment of a sequence of frames while in parallel overlays it ...

filters

animate

Polynomial

Returns an arbitrary polynomial of x...

numeric

powseries

PowSeries

Returns an arbitrary power series of x...

numeric

powseries

PowSeriesA

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...

array

powseries

PowSeriesAA

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...

array

powseries

Print

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...

debug

core

Product

Returns the product of its arguments...

numeric

core

Product2

Returns the product of its arguments...

numeric

core

 

[<< top]