Issue 1120 in sympy: solve(Eq(cos(x), sin(x)), x) should be atan(1)

2009-03-10 Thread codesite-noreply
Updates: Summary: solve(Eq(cos(x), sin(x)), x) should be atan(1) Labels: -Type-Defect Type-Enhancement Comment #11 on issue 1120 by Vinzent.Steinberg: solve(Eq(cos(x), sin(x)), x) should be atan(1) http://code.google.com/p/sympy/issues/detail?id=1120 (No comment was entered for

Issue 1120 in sympy: solve(Eq(cos(x), sin(x)), x) should be atan(1)

2009-03-24 Thread codesite-noreply
Updates: Labels: NeedsReview Comment #12 on issue 1120 by ondrej.certik: solve(Eq(cos(x), sin(x)), x) should be atan(1) http://code.google.com/p/sympy/issues/detail?id=1120 Fixed. It raises an exception now, until we implement a solver for it. Attachments: 0001-solve-Eq-cos-x-

Issue 1120 in sympy: solve(Eq(cos(x), sin(x)), x) should be atan(1)

2009-03-27 Thread codesite-noreply
Comment #13 on issue 1120 by Gael.Varoquaux: solve(Eq(cos(x), sin(x)), x) should be atan(1) http://code.google.com/p/sympy/issues/detail?id=1120 Looks good. Basically, you are being more aggressive with raising NotImplementedErrors. IMHO, can be merged. -- You received this message because yo

Issue 1120 in sympy: solve(Eq(cos(x), sin(x)), x) should be atan(1)

2009-03-27 Thread codesite-noreply
Updates: Status: PassedReview Labels: -NeedsReview Comment #14 on issue 1120 by ondrej.certik: solve(Eq(cos(x), sin(x)), x) should be atan(1) http://code.google.com/p/sympy/issues/detail?id=1120 (No comment was entered for this change.) -- You received this message because you

Issue 1120 in sympy: solve(Eq(cos(x), sin(x)), x) should be atan(1)

2009-03-27 Thread codesite-noreply
Updates: Status: Started Labels: -Milestone-Release0.6.4 Comment #15 on issue 1120 by ondrej.certik: solve(Eq(cos(x), sin(x)), x) should be atan(1) http://code.google.com/p/sympy/issues/detail?id=1120 It now raises a NotImplementedError -- You received this message because you

Re: Issue 1120 in sympy: solve(Eq(cos(x), sin(x)), x) should be atan(1)

2011-10-24 Thread sympy
Updates: Status: Fixed Comment #16 on issue 1120 by smi...@gmail.com: solve(Eq(cos(x), sin(x)), x) should be atan(1) http://code.google.com/p/sympy/issues/detail?id=1120 Now gives: solve(Eq(cos(x), sin(x)), x) [-3*pi/4, pi/4] -- You received this message because you are subscribe