Modifiable Options within the gfun Package

Calling Sequence

Parameters(arg1, arg2, ... )

Parameters

arg1, arg2, ... - argument(s) of the form name=val or name

Description

For each argument of this type, Parameters returns the old value of the argument. This is convenient when you want to change and later restore a value, for example,

oldorder := Parameters(maxordereqn=7); # set new value and save old

...

Parameters(maxordereqn=oldorder); # restore previous value

For more information on the generating function types, see gfun/gftypes.

Examples

> gfun:-Parameters(maxordereqn=5,minordereqn);
\[\infty ,\quad 1\]

See Also

gfun, gfun/gftypes