[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-234-g079c558

Richard B. Kreckel git at ginac.de
Tue Nov 9 09:07:20 CET 2010


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  079c558d4f9758cd2777a2808a02d64cb1f70c8e (commit)
      from  cbb93fadabbd56ba006902967b15b2b2aebb037c (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 079c558d4f9758cd2777a2808a02d64cb1f70c8e
Author: Alexei Sheplyakov <alexei.sheplyakov at gmail.com>
Date:   Tue Nov 9 08:27:47 2010 +0100

    power::series(): handle someg (trivial) singularities of the exponent...
    
    ... so GiNaC can expand expressions like
    
    cos(x)^(sin(x)/x) // (x -> 0)
    (1 + x)^(1/x) // x -> 0
    
    and so on.
    
    [Reported by Camille Gillot.]

-----------------------------------------------------------------------

Summary of changes:
 check/exam_pseries.cpp |   18 ++++++++++++++++++
 ginac/pseries.cpp      |   23 +++++++++++++++++++++++
 2 files changed, 41 insertions(+), 0 deletions(-)


hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations


More information about the GiNaC-devel mailing list