Updates:
        Owner: ondrej.certik
        Labels: -EasyToFix Milestone-Release0.6.4

Comment #5 on issue 1267 by ondrej.certik: improve our str printer:   
1/cos(x)*sin(x)  ->  sin(x)/cos(x)
http://code.google.com/p/sympy/issues/detail?id=1267

Thanks, the patch looks good.

                  a.append(item)
-
          if len(a)==0:
              a = [S.One]

          a_str = map(lambda x:self.parenthesize(x, precedence(expr)), a)
          b_str = map(lambda x:self.parenthesize(x, precedence(expr)), b)

+
          if len(b)==0:


^^ are those whitespace changes necessary? If not, I'll remove it and push  
it in if
all tests pass.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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