]> www.ginac.de Git - ginac.git/history - ginac/pseries.h
- added ex::to_rational() to convert general expression to rational expression
[ginac.git] / ginac / pseries.h
2000-03-23 Richard Kreckel- We now write f(x).series(x==3,5) instead of f(x)...
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-27 Christian Bauer- building GiNaC in a separate directory now works
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...