]> www.ginac.de Git - ginac.git/history - ginac
- Adjusted build-environment for "Cint without crutches" (tm).
[ginac.git] / ginac /
2000-05-16 Richard Kreckel- Adjusted build-environment for "Cint without crutches...
2000-05-16 Alexander Frinkfriend void ginsh_get_ginac_functions(void) is now...
2000-05-11 Richard Kreckel- numeric::numeric(const char*): parse complex numbers.
2000-05-11 Christian Bauer- small efficiency fix in mul_series
2000-05-10 Alexander Frink#pragmas for MAKECINT in combination with namespaces
2000-05-06 Richard Kreckel- matrix::determinant_numeric(): deleted. It was dupli...
2000-05-05 Christian Bauer- normal() respects the "level" parameter to limit...
2000-04-29 Richard Kreckel- introduced info_flag::algebraic.
2000-04-21 Richard Kreckel- numeric::to_rational(): fixed thinko.
2000-04-20 Richard Kreckel- expairseq::to_rational(): Fixed thinko.
2000-04-20 Richard Kreckel- expairseq.cpp: moved expairseq::to_rational to...
2000-04-20 Christian Bauer- fixed a typo
2000-04-18 Richard Kreckel- Overwritten: pseries::printtree().
2000-04-11 Richard Kreckel- numeric::archive(): fixed a typo.
2000-04-10 Christian Bauer- normal() works for relationals: it normalizes both...
2000-04-06 Christian Bauer- added ex::to_rational() to convert general expression...
2000-04-05 Christian Bauer- streamlined the code in numeric::numeric(archive_node...
2000-04-05 Christian Bauer- implemented #b, #o, #x and #nR prefixes for binary...
2000-04-03 Richard Kreckel- atanh_series(): corrected an oops.
2000-04-03 Richard Kreckel- Some corrections in series expansion of several funct...
2000-04-03 Richard Kreckel- inline int csgn(const numeric &): fixed a typo.
2000-03-31 Christian Bauer- the ex stream >> operator is gone
2000-03-30 Richard Kreckel- dramatic speedup for characteristic polynomials of...
2000-03-29 Alexander Frinkbug fixed in an incomplete assertion in power.cpp
2000-03-29 Christian Bauer- parsed functions are now correctly evaluated (.eval...
2000-03-29 Christian Bauer- expressions can now be read from streams; the input...
2000-03-28 Christian Bauer- remembering in divide_in_z() turned off (will eventua...
2000-03-27 Richard Kreckel- Primitive heuristics to make determinants of sparse...
2000-03-26 Richard Kreckel- As advertised: we are calling the Gamma function...
2000-03-24 Christian Bauer- ginac.h includes version.h (created by configure...
2000-03-23 Christian Bauer- raised coefficient bit-length limit in heur_gcd(...
2000-03-23 Richard Kreckel- We now write f(x).series(x==3,5) instead of f(x)...
2000-03-22 Christian Bauer- removed inert Diff() function; only Derivative()...
2000-03-21 Richard Kreckel- gamma() -> Gamma().
2000-03-21 Richard Kreckel- 0^a -> 0^a instead of 0.
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-20 Christian Bauer- fixed bug in normal(): normal(x^a) became (x^(-a...
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-14 Richard Kreckel- Doxygen'ed a bunch of comments.
2000-03-13 Christian Bauer- ex::series() catches and re-throws exceptions happeni...
2000-03-13 Richard Kreckel- More drastic performance boost on matrix stuff.
2000-03-09 Richard Kreckel- Added warning about too much optimism for Bernoulli...
2000-03-02 Richard Kreckel- Changed behaviour of .evalf() to not evalf any exponents.
2000-03-02 Christian Bauer- collect() does nothing
2000-03-01 Richard Kreckel- Fixed a logic error in numeric::info().
2000-03-01 Christian Bauer- pseries::coeff() now uses a binary instead of a linea...
2000-02-29 Richard Kreckel- Completely restructured the checks in subdir check/.
2000-02-24 Christian Bauer- default maxargs for functions is 13 to make the curre...
2000-02-22 Alexander Frinkremember strategies least recently used and least frequ...
2000-02-21 Alexander Frinkcontainer.pl: can now generate constructors for an...
2000-02-21 Christian Bauer- add::normal() didn't multiply denominator of expanded...
2000-02-21 Christian Bauer- collect() works better
2000-02-17 Alexander Frinknew #define CINT_CONVERSION_WORKAROUND for ginaccint...
2000-02-16 Richard Kreckel- fixed some logic in numeric::has().
2000-02-15 Richard Kreckel- introduced numeric::has()
2000-02-14 Richard Kreckel- cosmetic fix
2000-02-13 Richard Kreckel- bugfix: 2^(3/2) does not throw any more. This was...
2000-02-12 Richard Kreckel- class -> typename, because it might be int in template.
2000-02-10 Christian Bauer- ex::numer() and ex::denom() now make use of the new...
2000-02-10 Christian Bauer- normal() now internally keeps numerator and denominat...
2000-02-08 Christian Bauer- series expansion of pseries objects should now work...
2000-02-07 Richard Kreckel- changes triggered by fucking new version of automake
2000-02-07 Christian Bauer- cint dir was missing from distribution
2000-02-07 Richard Kreckel- Changes to */Makefile.in triggered by stupid automake...
2000-02-07 Richard Kreckel- */Makefile.in: changes triggered by newer automake.
2000-02-04 Christian Bauer- ginsh now includes "ginac.h" when compiled as part...
2000-02-03 Alexander Frinkbug fix for output of interactive expression in ginaccint
2000-02-02 Richard Kreckel- Make diff() care for evaluating stuff.
2000-02-02 Richard Kreckel- diff() is now only defined on classes ex and basic...
2000-01-31 Christian Bauer- archive file format is a little more compact (stores...
2000-01-31 Christian Bauer- fixed bug in multiply_lcm() (see paranoia_check9)
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-26 Christian Bauer- updated dates
2000-01-26 Christian Bauer- gcd(): cofactor computation is faster in partially...
2000-01-25 Christian Bauer- lcm_of_coefficients() works for unexpanded polynomials
2000-01-24 Richard Kreckel- Added some comments for doxygen.
2000-01-24 Richard Kreckel- removed superfluous ex ser_numer; in gamma_series()
2000-01-24 Richard Kreckel- Corrected a couple of typos
2000-01-24 Richard Kreckel- added missing method matrix::op()
2000-01-24 Richard Kreckel- Added Fibonacci numbers for integers
2000-01-24 Richard Kreckel- killed old add::print
2000-01-24 Christian Bauer- archiving implemented in lorentzidx
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-21 Christian Bauer- implemented nops() and op() for pseries objects
2000-01-19 Richard Kreckel- Changed policy: look for cln/cln.h instead of CLN...
2000-01-19 Richard Kreckel- change triggered by newer automake version
2000-01-19 Christian Bauer- implemented global class registry (for class basic...
2000-01-17 Alexander FrinkModification in output of last returned expression...
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
2000-01-11 Richard Kreckel- made nops() return unsigned instead of int
2000-01-10 welzel- minor updates.
1999-12-25 Richard Kreckel- speedup by declaring x_pt and so on const
1999-12-22 Richard Kreckel- polygamma functions (psi functions) know about half...
1999-12-21 Christian Bauer- matrix row/col made unsigned
1999-12-20 Richard Kreckel- added a abs() function. haven't you been longing...
next