Issue 1267 in sympy: improve our str printer: 1/cos(x)*sin(x) - sin(x)/cos(x)

2009-03-25 Thread codesite-noreply
Updates: Status: Fixed Comment #9 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 second patch fixes the doctests, but unfortunately it doesn't pass the regular tests... We

Issue 1267 in sympy: improve our str printer: 1/cos(x)*sin(x) - sin(x)/cos(x)

2009-03-19 Thread codesite-noreply
Comment #7 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 The patch is ok, all tests pass. But unfortunately the following doctest fail. Do you think you could please fix it as well? I am

Issue 1267 in sympy: improve our str printer: 1/cos(x)*sin(x) - sin(x)/cos(x)

2009-03-16 Thread codesite-noreply
Comment #4 on issue 1267 by akshaysrinivasan: improve our str printer: 1/cos(x)*sin(x) - sin(x)/cos(x) http://code.google.com/p/sympy/issues/detail?id=1267 I apologise, I forgot about getting back. Here's the patch for the test_str and test_ccode. All the tests passed on my system.

Issue 1267 in sympy: improve our str printer: 1/cos(x)*sin(x) - sin(x)/cos(x)

2009-03-16 Thread codesite-noreply
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.

Issue 1267 in sympy: improve our str printer: 1/cos(x)*sin(x) - sin(x)/cos(x)

2009-01-20 Thread codesite-noreply
Comment #3 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 for the patch! The tests need to be changed as well: $ bin/test sympy/printing/ = test process