GiNaC/ginac add.cpp archive.cpp archive.h basic.cpp constant.cpp flags.h function.pl inifcns.cpp inifcns_gamma.cpp inifcns_trans.cpp inifcns_zeta.cpp mul.cpp numeric.cpp power.cpp print.h pseries.cpp symbol.cpp

Richard Kreckel kreckel at thep.physik.uni-mainz.de
Sat Apr 14 22:28:18 CEST 2001


Update of /home/cvs/GiNaC/ginac

Modified Files:
	add.cpp archive.cpp archive.h basic.cpp constant.cpp flags.h 
	function.pl inifcns.cpp inifcns_gamma.cpp inifcns_trans.cpp 
	inifcns_zeta.cpp mul.cpp numeric.cpp power.cpp print.h 
	pseries.cpp symbol.cpp 
Log Message:
* basic::collec() never worked correctly on non-polynomials till now.
  We simply correct for the missing terms, which makes it at least 
  algebraically correct (suggested by Pearu Peterson).
* Added support to print out LaTeX-style, based on some work by Stefan
  Weinzierl:
  - print.h: added a class print_latex().
  - function.pl: added function_options::latex_name() because there was
    no good way of setting that name before.
  - inifncs*.cpp: use it.
  - *.cpp: switch to see if print_context is actually print_latex and 
    then change the style.
* Fixed some stupid bugs in sections that were #define'd away for gcc-2.95.




More information about the GiNaC-cvs mailing list