[PATCH] Solve bug, abs(x**2) was simplifying always, but this is only true

2009-02-09 Thread fabian . seoane
From: Fabian Seoane Added test and docs --- sympy/functions/elementary/complexes.py| 19 --- sympy/functions/elementary/tests/test_complexes.py |6 +- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/sympy/functions/elementary/complexes.py b

Re: Solve bug, abs(x**2) was simplifying always, but this is only true

2009-02-19 Thread Vinzent Steinberg
On 9 Feb., 21:35, fabian.seo...@gmail.com wrote: > From: Fabian Seoane > > Added test and docs ^^^ Please commit it with a more helpful description. :) Otherwise +1. Vinzent --~--~-~--~~~---~--~~ You received this message because you are subsc

Re: Solve bug, abs(x**2) was simplifying always, but this is only true

2009-02-19 Thread Fabian Seoane
s first line and put's it in the mail's subject, complete description is: 5 Solve bug, abs(x**2) was simplifying always, but this is only true 6 when x is real 7 8 Added test and docs > > > Please commit it with a more helpful descriptio

Re: Solve bug, abs(x**2) was simplifying always, but this is only true

2009-02-20 Thread Vinzent Steinberg
Feb., 21:35, fabian.seo...@gmail.com wrote: > > > From: Fabian Seoane > > > > Added test and docs > >  ^^^ > > Git send-email strips first line and put's it in the mail's subject, > complete description is: > >       5     Solve bug, ab

Re: Solve bug, abs(x**2) was simplifying always, but this is only true

2009-02-20 Thread Ondrej Certik
On Fri, Feb 20, 2009 at 3:51 AM, Vinzent Steinberg wrote: > > Ok, sorry. > > Maybe the first line should be complete? (This means probably not > exceeding 80 characters.) Yes, the first line should not exceed 80 characters. O. --~--~-~--~~~---~--~~ You received t

Re: [PATCH] Solve bug, abs(x**2) was simplifying always, but this is only true

2009-02-09 Thread Ondrej Certik
Looks good, thanks. +1 On Mon, Feb 9, 2009 at 12:35 PM, wrote: > > From: Fabian Seoane > > Added test and docs > --- > sympy/functions/elementary/complexes.py| 19 --- > sympy/functions/elementary/tests/test_complexes.py |6 +- > 2 files changed, 21 inser