]> www.ginac.de Git - ginac.git/history - ginac/numeric.cpp
* Fix bug in ctor from string, reported by Christopher Kennedy.
[ginac.git] / ginac / numeric.cpp
2001-11-05 Richard Kreckel* Fix bug in ctor from string, reported by Christopher...
2001-10-26 Richard Kreckel* As agreed upon at lunch, remove debugmsg since it...
2001-10-26 Richard Kreckel* Remove support for <strstream>. It is too bug-ridden.
2001-10-22 Richard Kreckel* Some internal reorganization WRT flyweight handling...
2001-08-22 Richard Kreckel- Cleanups: My evil plot of making ex::bp private may...
2001-08-18 Richard Kreckel- carried on with felonious plot about making ex::bp...
2001-07-30 Richard Kreckel- moved is_of_type and friend macros into utils.h so...
2001-07-24 Richard Kreckel- in LaTeX context, fractions now print as \frac{n...
2001-06-27 Christian Bauer- replaced the Derivative() function by a more resonabl...
2001-06-22 Christian Bauersome cleanups
2001-06-21 Christian Bauerremoved a lot of superfluous const_cast<>()s
2001-06-15 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-05-19 Christian Bauerreplaced "precedence" static member variable by virtual...
2001-04-18 Richard Kreckel* color.cpp: remove duplicated default args.
2001-04-15 Richard Kreckel* basic::collec() never worked correctly on non-polynom...
2001-04-06 Christian Bauer- replaced the various print*() member functions by...
2001-03-28 Christian Bauer- added skeleton implementation of color and clifford...
2001-03-14 Richard Kreckel* add missing std::.
2001-03-06 Christian Bauer- revamped indexed objects
2001-02-28 Richard Kreckel* ginac/registrar.h: dtor is inlined now.
2001-02-16 Christian BauerGINAC_DECLARE_REGISTERED_CLASS declares duplicate(...
2001-02-15 Christian Bauerthe destructor, copy constructor, and assignment operat...
2001-02-14 Christian Bauerremoved the "some_*" and "typeid_*" definitions since...
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-12-15 Richard Kreckel- utils.cpp, version.h.in: add version information... release_0-7-0
2000-12-07 Richard Kreckel- ctor numeric from char* now honors Digits variable.
2000-11-25 Richard KreckelTransition to the (yet to be released) CLN 1.1.
2000-08-14 Richard Kreckel- removed the compatiblity stuff for broken slink linkers.
2000-08-14 Richard Kreckel- Inserted some more std:: to make it compile under...
2000-08-12 Richard Kreckel- Changes to make it more ANSI-conformant. Stuff detec...
2000-08-11 Christian Bauer- more indentation fixes
2000-08-11 Christian Bauer- indentation is now done with tabs
2000-08-10 Richard Kreckel- Complete revamp of methods in class matrix. Some...
2000-08-04 Richard Kreckel- Check *this for zeroness before .invert()ing it.
2000-07-27 Richard Kreckel- Fixed a thinko in atan(const numeric &).
2000-07-21 Richard Kreckel- Derivatives are now assembled in a slightly different...
2000-06-21 Christian Bauer- constructor from strings once again accepts Lisp...
2000-06-15 Richard Kreckel- cint/*: Revamped the launch-scheme for ginaccint...
2000-06-09 Richard Kreckel- pseries::print(): Make it print more nicely.
2000-06-07 Richard Kreckel- bernoulli(): Really sped the Bernoulli numbers up...
2000-06-02 Richard Kreckel- bernoulli(numeric): speedup.
2000-05-11 Richard Kreckel- numeric::numeric(const char*): parse complex numbers.
2000-04-29 Richard Kreckel- introduced info_flag::algebraic.
2000-04-11 Richard Kreckel- numeric::archive(): fixed a typo.
2000-04-05 Christian Bauer- streamlined the code in numeric::numeric(archive_node...
2000-03-30 Richard Kreckel- dramatic speedup for characteristic polynomials of...
2000-03-26 Richard Kreckel- As advertised: we are calling the Gamma function...
2000-03-21 Richard Kreckel- gamma() -> Gamma().
2000-03-21 Richard Kreckel- print 0 without parens.
2000-03-20 Richard Kreckel- Output of floats is now in a more beautiful form.
2000-03-15 Richard Kreckel- According to CLTL 0^I is undefined, 0^(I+epsilon...
2000-03-15 Richard Kreckel- The status_flags::expanded is now used on some occasions.
2000-03-09 Richard Kreckel- Added warning about too much optimism for Bernoulli...
2000-03-01 Richard Kreckel- Fixed a logic error in numeric::info().
2000-02-21 Alexander Frinkcontainer.pl: can now generate constructors for an...
2000-02-16 Richard Kreckel- fixed some logic in numeric::has().
2000-02-15 Richard Kreckel- introduced numeric::has()
2000-02-07 Richard Kreckel- */Makefile.in: changes triggered by newer automake.
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- Added Fibonacci numbers for integers
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