]> www.ginac.de Git - ginac.git/history - ginac/pseries.cpp
- Two more tests from the Lewis-Wester paper.
[ginac.git] / ginac / pseries.cpp
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-03-02 Christian Bauer- collect() does nothing
2000-03-01 Christian Bauer- pseries::coeff() now uses a binary instead of a linea...
2000-02-21 Christian Bauer- collect() works better
2000-02-08 Christian Bauer- series expansion of pseries objects should now work...
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-24 Richard Kreckel- Corrected a couple of typos
2000-01-21 Christian Bauer- changed all instances of "foo const &/*" to "const...
2000-01-21 Christian Bauer- implemented nops() and op() for pseries objects
2000-01-19 Christian Bauer- implemented global class registry (for class basic...