Updates:
Status: Accepted
Comment #20 on issue 1960 by [email protected]: should repr form of geometry
entities be the same as str?
http://code.google.com/p/sympy/issues/detail?id=1960
I think I have this fixed and have a commit in my geometry branch that
gives:
h[1] >>> p=Point(Rational(1,2),x+3)
h[1] >>> p
Point(1/2, 3 + x)
h[2] >>> print p
Point(1/2, 3 + x)
h[2] >>> srepr(p)
"Point(Half(1, 2), Add(Integer(3), Symbol('x')))"
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.