]> www.ginac.de Git - ginac.git/commit
- normal() now internally keeps numerator and denominator separated and
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 10 Feb 2000 21:25:38 +0000 (21:25 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 10 Feb 2000 21:25:38 +0000 (21:25 +0000)
commit083b0f50275a536be807fa2a34c1e278098e12f5
tree892a082b86889a188beefe10d9f1e61d127dcc4d
parent8e3baad157571990b9f63c6536272e18a29fab8d
- normal() now internally keeps numerator and denominator separated and
  doesn't combine them to a fraction until the very end. All implementations
  of basic::normal() now return a 2-component lst {num, den} instead of a
  simple expression.
- dropped status_flags::normal_form
- ex::numer() and ex::denom() didn't work correctly on numerics
- lcm(a, b) with a and b being a numeric returned the GCD of a and b (*argh*)
check/normalization.cpp
ginac/basic.h
ginac/container.pl
ginac/ex.cpp
ginac/flags.h
ginac/normal.cpp