]> www.ginac.de Git - ginac.git/history - check/exam_pseries.cpp
documentation update
[ginac.git] / check / exam_pseries.cpp
2004-03-11 Jens VollingaSynced to HEAD.
2004-03-10 Jens VollingaModifications for improved series expansion.
2004-01-08 Christian BauerHappy New Year!
2003-07-17 Christian Bauerfixes for gcc 3.4
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-01-21 Christian Bauerprepared for 1.0.13 release
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2001-08-15 Richard Kreckel- added a check for small log expansions.
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-02-15 Richard Kreckeladd two checks that power::series did wrong so far.
2001-02-07 Richard Kreckeltrancendental function branch-point sanity
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-08-14 Richard Kreckel- Duh, we had some style discussion again...
2000-08-12 Richard Kreckel- Same shit as Christian did yesterday in ginac/.
2000-07-21 Richard Kreckel- Derivatives are now assembled in a slightly different...
2000-07-07 Richard Kreckel- added a test for Li2(sin(x)).series(x==0,8).
2000-03-30 Richard Kreckel- dramatic speedup for characteristic polynomials of...
2000-03-26 Richard Kreckel- As advertised: we are calling the Gamma function...
2000-03-23 Richard Kreckel- We now write f(x).series(x==3,5) instead of f(x)...
2000-03-21 Richard Kreckel- gamma() -> Gamma().
2000-02-29 Richard Kreckel- Completely restructured the checks in subdir check/.