Skip to content

Commit

Permalink
Update Maxima.md
Browse files Browse the repository at this point in the history
Fix type in docs.
  • Loading branch information
sangwinc authored Nov 7, 2019
1 parent 0ccc9e6 commit 1e1aa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/CAS/Maxima.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In particular, `op(ex)` returns the main operator of the expression `ex`. This

To overcome these problems STACK has a command

stack_op(ex)
safe_op(ex)

This always returns a string. For an atom this is empty, i.e.
`""`. It also sorts out some unary minus problems.
Expand Down

0 comments on commit 1e1aa36

Please sign in to comment.