]> www.ginac.de Git - ginac.git/history - ginac/inifcns_gamma.cpp
- some indentation fixes
[ginac.git] / ginac / inifcns_gamma.cpp
1999-12-22 Richard Kreckel- polygamma functions (psi functions) know about half...
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 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-22 Christian Bauer- ASSERT macro renamed to GINAC_ASSERT
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- 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