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 3784


Ignore:
Timestamp:
2016-05-27T20:02:19-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3781 r3784  
    129129  (reinitialize-instance new
    130130                         :dimension (monom-dimension old)
    131                          :termlist (list (cons old 1))))
     131                         :termlist (list (make-instance 'term :exponents old :coeff 1))))
    132132 
    133133(defmethod universal-equalp ((self poly) (other poly))
Note: See TracChangeset for help on using the changeset viewer.