]> www.ginac.de Git - ginac.git/history - ginac/inifcns_trans.cpp
pgcd(): avoid infinite loop if the first GCD candidate coincides with GCD
[ginac.git] / ginac / inifcns_trans.cpp
2010-03-25 Richard KreckelReally fixed the atan2(-Pi, 0) bug.
2010-03-25 Richard KreckelMerge branch 'master' of ssh://www.ginac.de/srv/git...
2010-03-25 Jens VollingaFixed a bug in atan2. It gave a division by zero error...
2010-03-05 Jens VollingaCopyright goes 2010.
2010-02-27 Richard KreckelUpdate copyright notice.
2009-02-06 Jens VollingaPrettified source code.
2008-03-27 Jens VollingaMerge commit 'origin/master'
2008-03-26 Richard B. KreckelMerge git://www.ginac.de/ginac
2008-03-25 Richard B. KreckelHappy new year!
2007-07-25 Richard Kreckel* Analytic continuation for atan2(y,x) for complex...
2007-02-01 Richard Kreckel* Happy New Year(s)!
2006-11-22 Chris Damsmake atan2 handle positive arguments better. We have...
2006-05-25 Chris DamsPossbility for positive symbols/numbers.
2006-04-21 Chris DamsAdded methods for taking real and imaginary parts.
2006-04-04 Chris DamsMade log(exp(Pi)) evaluate to Pi.
2005-06-29 Jens VollingaFixed initialization order bug (references to flyweight...
2005-05-01 Richard Kreckel* Last week, the FSF has moved their office.
2005-02-22 Christian BauerHappy new year!
2004-09-01 Jens Vollingalog(-<realnumber>) now returns a real number (correct...
2004-09-01 Jens Vollingalog(-<realnumber>) now returns a real number
2004-04-19 Jens VollingaFixed log-patch.
2004-04-17 Jens VollingaFixed bug in series expansion of log.
2004-04-05 Christian Bauer- fixed atan2_evalf()
2004-03-10 Jens VollingaImproved series expansion synced to HEAD.
2004-01-08 Jens Vollinga* Added realsymbol class.
2004-01-08 Christian BauerHappy New Year!
2004-01-04 Jens VollingaAdded log(exp(x)) -> x for real symbols.
2003-07-21 Christian Bauergenerous use of subs_options::no_pattern
2003-07-02 Christian Bauermerging 1.2 branch into main trunk
2003-01-21 Christian Bauer- prepared for 1.0.13 release
2002-12-03 Christian Bauercleaned up some is_a<> vs. is_exactly_a<> stuff
2002-01-25 Richard Kreckel* Finilize version 1.0.4 (version numbers, copyrights... release_1-0-4
2001-12-19 Richard Kreckel* Added output-support for Python bindings and LaTeX...
2001-11-22 Richard Kreckel* Minor cleanups to avoid copying of symbols and stuff...
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-15 Richard Kreckel- remove some explicit accesses to ex::bp by replacing...
2001-07-30 Richard Kreckel- moved is_of_type and friend macros into utils.h so...
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-22 Christian Bauersome cleanups
2001-06-16 Richard Kreckel* Supplement some (now deprecated) macros by inlined...
2001-04-15 Richard Kreckel* basic::collec() never worked correctly on non-polynom...
2001-02-28 Richard Kreckel* ginac/registrar.h: dtor is inlined now.
2001-02-07 Richard Kreckeltrancendental function branch-point sanity
2001-02-02 Richard KreckelAdded correct series expansion for atan and atanh.
2001-01-31 Richard Kreckel- throw at atan()'s poles.
2001-01-22 Richard Kreckel- See if __GNUC__ < 2.97 before using std::vector<...
2000-10-29 Richard Kreckel- inifcns_trans.cpp: Added rules for atan(+/-1).
2000-08-11 Christian Bauer- more indentation fixes
2000-08-11 Christian Bauer- indentation is now done with tabs
2000-07-22 Richard Kreckel- Fixed the bug that broke xloop's po_redux.
2000-07-21 Richard Kreckel- Derivatives are now assembled in a slightly different...
2000-04-20 Richard Kreckel- expairseq.cpp: moved expairseq::to_rational to...
2000-04-03 Richard Kreckel- atanh_series(): corrected an oops.
2000-04-03 Richard Kreckel- Some corrections in series expansion of several funct...
2000-03-23 Richard Kreckel- We now write f(x).series(x==3,5) instead of f(x)...
2000-03-13 Christian Bauer- ex::series() catches and re-throws exceptions happeni...
2000-02-21 Alexander Frinkcontainer.pl: can now generate constructors for an...
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-11 Richard Kreckel- made nops() return unsigned instead of int
1999-12-25 Richard Kreckel- speedup by declaring x_pt and so on const
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-02 Alexander Frink#ifndef around namespace GiNaC { }
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- 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