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 4219


Ignore:
Timestamp:
2016-06-04T13:37:25-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r4216 r4219  
    313313    (+ self other))
    314314  (:method ((self poly) (other number))
    315     (add-to self (make-poly-constant (poly-dimension self) other)))
    316   (:method ((self number) (other poly))
    317     (add-to (make-poly-constant (poly-dimension other) self) other)))
     315    (add-to self (make-poly-constant (poly-dimension self) other))))
    318316 
    319317
Note: See TracChangeset for help on using the changeset viewer.