close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Ignore:
Timestamp:
2015-08-27T16:45:18-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3414 r3415  
    178178
    179179(defmethod r/ ((m1 monom) &rest m2)
    180   "Non-destructively divide monomial M1 by monomial M2."
     180  "Non-destructively divide monomial M1 by M2."
    181181  (divide-by (copy-instance m1) (copy-instance m2)))
    182182
Note: See TracChangeset for help on using the changeset viewer.