]> www.ginac.de Git - ginac.git/history - ginac/inifcns.h
* Fix compilation issues with prereleases of GCC 4.3, at least in theory.
[ginac.git] / ginac / inifcns.h
2007-02-01 Richard Kreckel* Happy New Year(s)!
2006-04-21 Chris DamsAdded methods for taking real and imaginary parts.
2006-03-09 Chris DamsAdd step function to GiNaCs built-in functions.
2005-09-12 Richard Kreckel* Added fsolve() numerical univariate real-valued funct...
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-03-11 Richard Kreckel* Fix some language conformance issues needed for GCC 4.0
2005-02-22 Christian BauerHappy new year!
2004-10-19 Jens Vollinga* new G function (multiple polylogarithm).
2004-07-04 Christian Bauerconjugate() symbolic function renamed to conjugate_func...
2004-01-04 Jens VollingaAdded complex conjugation methods and GiNaC function...
2003-11-29 Jens Vollinga* Removed H(m,s,x)
2003-11-18 Jens Vollinga* Added harmonic polylog with signed parameters as...
2003-11-17 Jens Vollinga* zeta(n,x) is now zetaderiv(n,s)
2003-11-03 Jens VollingaSynced changes to HEAD.
2003-08-14 Jens Vollingasynced to 1.2
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-08-14 Richard Kreckel- added an optional algorithm-switch to lsolve().
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-11 Christian Bauer- Instead of just totally symmetric or antisymmetric...
2001-06-09 Christian Bauer- added lst::remove_first() and lst::remove_last()
2001-06-01 Christian Bauer- in the output, list delimiters are now { } and matrix...
2001-06-01 Christian Bauer- added numer_denom() to get numerator and denominator...
2001-05-27 Christian Bauer- added symmetrize() and antisymmetrize() functions
2001-05-25 Christian Bauer- renamed ncpower() to ncpow()
2001-02-28 Richard Kreckel* ginac/registrar.h: dtor is inlined now.
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-08-11 Christian Bauer- indentation is now done with tabs
2000-07-26 Richard Kreckel- Made determinant_algo (in flags.h) really work.
2000-04-03 Richard Kreckel- Some corrections in series expansion of several funct...
2000-03-26 Richard Kreckel- As advertised: we are calling the Gamma function...
2000-03-22 Christian Bauer- removed inert Diff() function; only Derivative()...
2000-03-21 Richard Kreckel- gamma() -> Gamma().
2000-03-20 Christian Bauer- fixed bug in normal(): normal(x^a) became (x^(-a...
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-11 Richard Kreckel- made nops() return unsigned instead of int
1999-12-20 Richard Kreckel- added a abs() function. haven't you been longing...
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 Richard Kreckel- added the beta function to GiNaC
1999-12-02 Alexander Frink#ifndef around namespace GiNaC { }
1999-12-01 Richard Kreckel- added prefix and postfix increment and decrement...
1999-11-29 Richard Kreckel- changed function::diff() to be more tolerant by check...
1999-11-19 Christian Bauer- rotate_31() and golden_hash_ratio() moved to utils.h
1999-11-19 Richard Kreckel- architectural checkpoint for zeta-function.
1999-11-19 Richard Kreckel- fixed differentiation of gamma(x)
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