StackComplete
Usage
• StackComplete[expr] evaluates expr with intermediate expressions in evaluation chains included on the stack.
Notes
• Mathematica normally includes only the latest expression on each evaluation chain involved in the evaluation of a particular expression. Inside StackComplete, however, all preceding expressions on the evaluation chains are included. • StackComplete typically increases significantly the number of expressions kept on the evaluation stack. • New in Version 2.
|