From: Richard Kreckel Date: Thu, 25 Mar 2010 22:08:54 +0000 (+0100) Subject: Really fixed the atan2(-Pi, 0) bug. X-Git-Tag: release_1-5-7~2 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=cb390522ea713a08a43799fbc1884fb7ad480784;hp=cb390522ea713a08a43799fbc1884fb7ad480784 Really fixed the atan2(-Pi, 0) bug. The problem was that atan2_eval assumed that if y is real and not positive, it must be negative. But this neglects the fact that in symbolic compution it may just not be possible to determine the sign. Now, the expression is returned as it is. Ugly, but correct. ---