This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GiNaC -- a C++ library for symbolic computations". The branch, master has been updated via 704fe31c78553ffe2058c72bc4d17e6a1ae31350 (commit) via 7b3b8236e72d939ee9a9c0e83ca3bcf66eec1ce2 (commit) via 67edef78ce992a8f6ad704bfac228b8dec6eacd2 (commit) from 9e13d46552bb7852399867b9eb355732b9ded59e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 704fe31c78553ffe2058c72bc4d17e6a1ae31350 Author: Richard Kreckel <kreckel@ginac.de> Date: Thu Mar 25 23:08:54 2010 +0100 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. commit 7b3b8236e72d939ee9a9c0e83ca3bcf66eec1ce2 Merge: 67edef78ce992a8f6ad704bfac228b8dec6eacd2 9e13d46552bb7852399867b9eb355732b9ded59e Author: Richard Kreckel <kreckel@ginac.de> Date: Thu Mar 25 22:23:13 2010 +0100 Merge branch 'master' of ssh://www.ginac.de/srv/git/ginac commit 67edef78ce992a8f6ad704bfac228b8dec6eacd2 Author: Richard Kreckel <kreckel@ginac.de> Date: Sat Feb 27 15:00:22 2010 +0100 Update copyright notice. ----------------------------------------------------------------------- Summary of changes: ginac/inifcns_trans.cpp | 39 +++++++++++++++++++++------------------ 1 files changed, 21 insertions(+), 18 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations