]> www.ginac.de Git - ginac.git/commit
* _function suffix only for cmath functions and conjugate(). experimental_fclasses
authorJens Vollinga <vollinga@thep.physik.uni-mainz.de>
Thu, 27 Apr 2006 15:42:41 +0000 (15:42 +0000)
committerJens Vollinga <vollinga@thep.physik.uni-mainz.de>
Thu, 27 Apr 2006 15:42:41 +0000 (15:42 +0000)
commit8a50a86abe6af017d8df84361366b1500b45d0ca
treeb4457a7858e339c336b2afae125a3761cd91ed71
parent6e4eb6ad70453ef14e275313a56ea180eac9cae0
* _function suffix only for cmath functions and conjugate().
* fixed printing defaults for functions.
* removed functions "numerical <functionname>(const numeric& x)". For the
  internally used abs, factorial and binomial functions static members of the
  respective classes have been added.
20 files changed:
check/check_numeric.cpp [new file with mode: 0644]
ginac/function.cpp
ginac/function.h
ginac/inifcns.cpp
ginac/inifcns.h
ginac/inifcns_exp.cpp
ginac/inifcns_exp.h
ginac/inifcns_polylog.cpp
ginac/inifcns_polylog.h
ginac/inifcns_trig.cpp
ginac/inifcns_trig.h
ginac/integral.cpp
ginac/matrix.cpp
ginac/normal.cpp
ginac/numeric.cpp
ginac/numeric.h
ginac/power.cpp
ginac/pseries.cpp
ginac/symbol.cpp
ginac/symmetry.cpp