Groups
Groups
Sign in
Groups
Groups
sympy
Conversations
About
Send feedback
Help
Add evaluate=False with negative numbers
13 views
Skip to first unread message
Ethan
unread,
Jun 2, 2016, 11:13:02 PM
6/2/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
'Add(4,-5,evaluate=False)' returns '-5 + 4'
>>> Add(4,-5,evaluate=False)
-5 + 4
This is a little weird to read, and out of order of the way it was entered. Is there any way for it to return '4 - 5'? Like this:
>>> Add(4,-5,evaluate=False)
4 - 5
Reply all
Reply to author
Forward
0 new messages