]> www.ginac.de Git - ginac.git/history - ginac/numeric.cpp
- renamed archive::dump() to archive::printraw() for consistency with the
[ginac.git] / ginac / numeric.cpp
2000-01-24 Christian Bauer- renamed archive::dump() to archive::printraw() for...
2000-01-21 Christian Bauer- changed all instances of "foo const &/*" to "const...
2000-01-19 Richard Kreckel- Changed policy: look for cln/cln.h instead of CLN...
2000-01-19 Christian Bauer- implemented global class registry (for class basic...
2000-01-15 Richard Kreckel- doublefactorial now falls back directly to CLN, which...
2000-01-11 Richard Kreckel- made nops() return unsigned instead of int
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- changed behaviour of numeric::is_rational() and added...
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-23 Richard Kreckel- Deleted some legacy code.
1999-11-22 Christian Bauer- ASSERT macro renamed to GINAC_ASSERT
1999-11-22 Richard Kreckel- added Bernoulli numbers
1999-11-19 Richard Kreckel- architectural checkpoint for zeta-function.
1999-11-19 Richard Kreckel- fixed differentiation of gamma(x)
1999-11-18 Richard Kreckel- revamped output of add again to make it use the prece...
1999-11-18 Richard Kreckel- deleted add::printpair() since this has become obsolete
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-10 Richard KreckelHunted down some output bugs. Hope it can be safely...
1999-11-09 Christian Bauer- switched to automake build environment