]> www.ginac.de Git - ginac.git/commit
- fixed typos
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 22 Jul 2004 23:04:54 +0000 (23:04 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 22 Jul 2004 23:04:54 +0000 (23:04 +0000)
commitcb211675906e703e7e98371f27f4603841891e33
treef43e7315a569574374558d2aa883f1a26b6b811e
parentc227fbb59a4be7c0cb5885ec7cce64bab2d5bfc8
- fixed typos
- degree(s), ldegree(s), and coeff(s) work if s is an ncmul and there are no
  other noncommutative factors in the target expression.
  Example: (42*T.a*T.b).coeff(T.a*T.b) returns 42, but (42*T.a*T.b).coeff(T.b)
  doesn't yield 42*T.a (coeff() is problematic with ncmul, anyway...)
ginac/clifford.cpp
ginac/container.h
ginac/mul.cpp
ginac/ncmul.cpp