Sindbad~EG File Manager
/* a SERIES term contains in its arguments the coefficients
a[0],...,a[n-1] of a power series; followed by the
general term (written using var0 for the index variable)
*/
#define ORDER(t) (ARITY(t)-2) /* highest power of t explicitly written */
#define PSERIES term
#define GENERALTERM(t) ARG(ARITY(t)-1,t)
MEXPORT_SERIES PSERIES expandSeries( PSERIES a, unsigned short n);
MEXPORT_SERIES PSERIES addSeries( PSERIES a, PSERIES b);
MEXPORT_SERIES PSERIES multiplySeries( PSERIES a, PSERIES b);
MEXPORT_SERIES PSERIES negateSeries( PSERIES a);
MEXPORT_SERIES PSERIES subSeries( PSERIES a, PSERIES b);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists