]> www.ginac.de Git - ginac.git/commit
- moved is_of_type and friend macros into utils.h so they can be phased
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Mon, 30 Jul 2001 19:09:29 +0000 (19:09 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Mon, 30 Jul 2001 19:09:29 +0000 (19:09 +0000)
commit6bff4f32e5cbe9f7e51837f392a2d0bf0d5b721d
tree341180c814276e530275943d902f6e190ae7efd9
parent4eea545876f04ab641bb1cea903b8ffcd5f4d0eb
- moved is_of_type and friend macros into utils.h so they can be phased
  out in one of the next releases.
- rewrote the foo_evalf() functions without TYPECHECK macros.  (Since they
  were not flexible enough and some functions need more flexibility than
  can be provided by such macros.  They are evil anyways.)
- marked the TYPECHECK macros as evil^H^H^H^Hdeprecated.
- implemented a more flexible scheme for some foo_evalf() functions, notably
  zeta(3.0) eval's to a float now while zeta(3) doesn't eval, just as is
  usual for all the trigonometric functions.
- this day is very hot.
ginac/basic.h
ginac/expair.h
ginac/function.pl
ginac/idx.h
ginac/inifcns.cpp
ginac/inifcns_gamma.cpp
ginac/inifcns_trans.cpp
ginac/inifcns_zeta.cpp
ginac/input_lexer.ll
ginac/numeric.cpp
ginac/utils.h