]> www.ginac.de Git - ginac.git/commitdiff
- document: collect's argument must be expanded.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 5 Jun 2001 20:59:12 +0000 (20:59 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Tue, 5 Jun 2001 20:59:12 +0000 (20:59 +0000)
ginac/basic.cpp

index 16d0dfddafe37419f7e2fe911c1e5afa07cd2579..eb8e8ca90605c12d7a84f0ed4608353293acfcb8 100644 (file)
@@ -265,7 +265,7 @@ ex basic::coeff(const ex & s, int n) const
        return n==0 ? *this : _ex0();
 }
 
-/** Sort expression in terms of powers of some object(s).
+/** Sort expanded expression in terms of powers of some object(s).
  *  @param s object(s) to sort in
  *  @param distributed recursive or distributed form (only used when s is a list) */
 ex basic::collect(const ex & s, bool distributed) const