-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System-dependent term order for printed expressions #9632
Comments
comment:2
#10282 almost certainly is the same thing. |
Author: Burcin Erocal |
comment:4
Attachment: trac_9632-doctests.patch.gz This was fixed by #9880. attachment: trac_9632-doctests.patch adds doctests. |
This comment has been minimized.
This comment has been minimized.
Reviewer: Volker Braun |
Merged: sage-5.11.rc0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The order in which the terms in some symbolic expressions are printed depends on the platform/system. For example, evaluating
cos(x) + zeta(x)
yieldszeta(x) + cos(x)
on Linuxcos(x) + zeta(x)
on OS Xin Sage 4.4.4 and 4.5.2.alpha{0,1}, at least.
Please see #9582 for some details and discussion.
Apply: attachment: trac_9632-doctests.patch
CC: @burcin @sagetrac-cwitty @dandrake @jhpalmieri @kcrisman
Component: symbolics
Author: Burcin Erocal
Reviewer: Volker Braun
Merged: sage-5.11.rc0
Issue created by migration from https://trac.sagemath.org/ticket/9632
The text was updated successfully, but these errors were encountered: