]> www.ginac.de Git - ginac.git/blobdiff - ginac/basic.cpp
- document: collect's argument must be expanded.
[ginac.git] / 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