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 2403


Ignore:
Timestamp:
2015-06-18T22:29:18-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-monom.lisp

    r2402 r2403  
    120120    (signals
    121121        (error "EXPONENTS must have length DIMENSION")
    122       (make-instance 'monom  :dimension 3 :exponents '(1 2 3 4 5 6)))
     122      (make-instance 'term  :dimension 3 :exponents '(1 2 3 4 5 6) :coeff 77))
    123123    (is-true (r-divides-p m n))
    124124    (is-false (r-divides-p n m))
Note: See TracChangeset for help on using the changeset viewer.