]> www.ginac.de Git - ginac.git/history - ginac/inifcns_zeta.cpp
Added const_iterator, const_preorder_iterator, const_postorder_iterator. The
[ginac.git] / ginac / inifcns_zeta.cpp
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-01-21 Christian Bauer- prepared for 1.0.13 release
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2001-11-19 Richard Kreckel* Make zeta1_eval() more lightweight by copying less...
2001-10-22 Richard Kreckel* Some internal reorganization WRT flyweight handling...
2001-07-30 Richard Kreckel- moved is_of_type and friend macros into utils.h so...
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-06-05 Richard Kreckel- Small LaTeX output fixes as suggested by Stefan.
2001-04-15 Richard Kreckel* basic::collec() never worked correctly on non-polynom...
2001-02-28 Richard Kreckel* ginac/registrar.h: dtor is inlined now.
2001-02-17 Richard Kreckelpseries::expand(): do not generate zero terms. release_0-7-2
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-08-11 Christian Bauer- more indentation fixes
2000-08-11 Christian Bauer- indentation is now done with tabs
2000-02-21 Alexander Frinkcontainer.pl: can now generate constructors for an...
2000-02-02 Richard Kreckel- diff() is now only defined on classes ex and basic...
2000-01-30 Richard Kreckel- Renamed flag NO_GINAC_NAMESPACE to NO_NAMESPACE_GINAC...
2000-01-11 Richard Kreckel- made nops() return unsigned instead of int
1999-12-25 Richard Kreckel- speedup by declaring x_pt and so on const
1999-12-20 Richard Kreckel- more logic on the trigonometric function stuff.
1999-12-17 Richard Kreckel- Banned exZERO(), exONE(), exMINUSHALF() and all this...
1999-12-13 Richard Kreckel- introduced info_flags::cinteger, info_flags::crational,
1999-12-10 Richard Kreckel- Introduced exception do_taylor to signal Taylor expan...
1999-12-02 Alexander Frink#ifndef around namespace GiNaC { }
1999-12-01 Richard Kreckel- added prefix and postfix increment and decrement...
1999-11-22 Christian Bauer- ASSERT macro renamed to GINAC_ASSERT
1999-11-22 Richard Kreckel- added Bernoulli numbers
1999-11-19 Richard Kreckel- a little bit more consistent evaluation of zeta(x)
1999-11-19 Richard Kreckel- architectural checkpoint for zeta-function.