]> www.ginac.de Git - ginac.git/commit
- fixed a typo
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 20 Apr 2000 00:41:36 +0000 (00:41 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 20 Apr 2000 00:41:36 +0000 (00:41 +0000)
commitfc80c36140aaf126150b2dea811177d8af35dac3
tree055cc587137444161dd6393513bab3792a937c78
parentad6a3b1d78e138f1a4297d74a684b57f980272c9
- fixed a typo
- divide(0, something) now succeeds (quotient = 0)
- gcd(): variables are ordered by their maximum degree in the two polynomials,
  not the minimum
- implemented eu_gcd(), euprem_gcd(), peu_gcd() and red_gcd() (for testing)
- fixed numeric::to_rational (dropped denominator)
ginac/basic.cpp
ginac/normal.cpp