Function: showdef - shows values of package-specific global variables
Calling Sequence:
showdef;
Description:
This function prints the names of all those math-related global variables that can be set or changed and their corresponding current values.
The name 'showdef' is a shortcut for `math/showDefaults`().
This function is part of the math package, it is initialized via the math initialization file, and so can be used only after performing the command with(math, []) or with(math).
Examples:
> with(math):
> showdef;
See Also:
setdef , initialization of the math package.
Version History:
Version 1.0 as of December 21, 1997