Skip to content

Commit

Permalink
Reinstate mmatera's x + x example
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Nov 18, 2024
1 parent d7bc6cd commit 68b0109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mathics/builtin/trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,11 @@ class TraceEvaluation(Builtin):
The 'ShowTimeBySteps' option prints the elapsed time before an evaluation occurs.
>> TraceEvaluation[(x + 1)^2]
>> TraceEvaluation[(x + x)^2]
| ...
= ...
>> TraceEvaluation[(x + 1)^2, ShowTimeBySteps->True]
>> TraceEvaluation[(x + x)^2, ShowTimeBySteps->True]
| ...
= ...
"""
Expand Down

0 comments on commit 68b0109

Please sign in to comment.