Comment #5 on issue 1081 by asmeurer: implement Degree
http://code.google.com/p/sympy/issues/detail?id=1081

Well, that's weird, because it is there under both deg and degree (like you said above).

In [20]: from sympy.physics.units import deg, degree

In [21]: deg
Out[21]:
 π
───
180

In [22]: degree
Out[22]:
 π
───
180

In [23]: deg == degree
Out[23]: True

In [24]: deg is degree
Out[24]: True

Although looking at units.py, I see that most units are like that. I suppose that since they are not all imported with from sympy import * that it is fine.

--
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.

Reply via email to