]> www.ginac.de Git - ginac.git/history - ginac/inifcns_trans.cpp
- added historical note.
[ginac.git] / ginac / inifcns_trans.cpp
2001-06-27 Christian Bauer- replaced the Derivative() function by a more resonabl...
2001-06-26 Richard Kreckel* Ctors of class numeric are not explicit any more...
2001-06-22 Christian Bauersome cleanups
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
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-07 Richard Kreckeltrancendental function branch-point sanity
2001-02-02 Richard KreckelAdded correct series expansion for atan and atanh.
2001-01-31 Richard Kreckel- throw at atan()'s poles.
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-10-29 Richard Kreckel- inifcns_trans.cpp: Added rules for atan(+/-1).
2000-08-11 Christian Bauer- more indentation fixes
2000-08-11 Christian Bauer- indentation is now done with tabs
2000-07-22 Richard Kreckel- Fixed the bug that broke xloop's po_redux.
2000-07-21 Richard Kreckel- Derivatives are now assembled in a slightly different...
2000-04-20 Richard Kreckel- expairseq.cpp: moved expairseq::to_rational to...
2000-04-03 Richard Kreckel- atanh_series(): corrected an oops.
2000-04-03 Richard Kreckel- Some corrections in series expansion of several funct...
2000-03-23 Richard Kreckel- We now write f(x).series(x==3,5) instead of f(x)...
2000-03-13 Christian Bauer- ex::series() catches and re-throws exceptions happeni...
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-02 Alexander Frink#ifndef around namespace GiNaC { }
1999-11-29 Richard Kreckel- changed function::diff() to be more tolerant by check...
1999-11-22 Christian Bauer- ASSERT macro renamed to GINAC_ASSERT
1999-11-19 Richard Kreckel- fixed differentiation of gamma(x)
1999-11-17 Christian Bauer- most functions were not static, but they should have...
1999-11-17 Christian Bauer- put everything in "GiNaC" namespace
1999-11-16 Christian Bauer- modified the comment blocks so the copyright message...
1999-11-10 Christian Bauer- modified GiNaC headers to Alexander's liking
1999-11-10 Christian Bauer- enforced GiNaC coding standards :-)
1999-11-09 Christian Bauer- switched to automake build environment