Updates:
        Labels: NeedsReview smichr

Comment #2 on issue 3091 by smi...@gmail.com: Floats in trig functions made rational
http://code.google.com/p/sympy/issues/detail?id=3091

In https://github.com/sympy/sympy/pull/1064 I don't try to change the existing behavior, I just make it work as it was intended. Also, arguments that ould be simplified were not being simplified because there wasn't a catch for the change. That has now been added to each trig function so now cos(4.3*pi) -> cos(0.3*pi).

--
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to