]> www.ginac.de Git - ginac.git/commit - ginac/indexed.cpp
- input parser recognizes "sqrt()", which is also used in the output
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Tue, 18 Dec 2001 18:48:06 +0000 (18:48 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Tue, 18 Dec 2001 18:48:06 +0000 (18:48 +0000)
commit7bb797bc41e31fe098c94f0b5e57ddbba6cd26b6
tree61e74fbf14e34aef80f7c3831fe6b74aaa76375a
parent73cb565254bd4be69bd257277da8eef80cf2ae3a
- input parser recognizes "sqrt()", which is also used in the output
- divide(a,b,q) only modifies q if the division succeeds; also, divide(a,b,a)
  works now
- fixed small bug in dummy index renaming which could cause it to not
  recognize renamable indices in some cases
- power::degree() and power::ldegree() throw an exception when encountering
  a non-integer exponent
NEWS
ginac/flags.h
ginac/indexed.cpp
ginac/input_parser.yy
ginac/normal.cpp
ginac/power.cpp