Comment #4 on issue 1081 by [email protected]: implement Degree http://code.google.com/p/sympy/issues/detail?id=1081
My comment was only a suggestion, but it seems it's really already implemented:
In [1]: from sympy.physics.units import deg In [2]: sin(30*deg) Out[2]: 1/2 -- 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.
