rename SciMax Toolbox residue

SciMax Toolbox >> reset

reset

Maxima Function

Calling Sequence

reset ()

Description

Resets many global variables and options, and some other variables, to their default values.

reset processes the variables on the Lisp list *variable-initial-values*. The Lisp macro defmvar puts variables on this list (among other actions). Many, but not all, global variables and options are defined by defmvar, and some variables defined by defmvar are not global variables or options.

rename SciMax Toolbox residue