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.

Changeset 2694


Ignore:
Timestamp:
2015-06-20T16:28:29-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2692 r2694  
    162162
    163163(defmethod unary-minus ((self poly))
     164  "Destructively modifies the coefficients of the polynomial SELF,
     165by changing their sign."
    164166  (mapc #'unary-minus (poly-termlist self))
    165167  self)
Note: See TracChangeset for help on using the changeset viewer.