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 389


Ignore:
Timestamp:
2015-06-06T18:12:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r388 r389  
    9898  "term"
    9999  (let* ((m1 (ngrobner:make-monom 3 :initial-contents '(1 2 3)))
    100          (m2 (ngrobner:make-monom 3 :initial-contents '(1 2 3)))
     100         (m2 (ngrobner:make-monom 3 :initial-contents '(3 5 2)))
    101101         (m3 (ngrobner::monom-mul m1 m2))
    102102         (t1 (ngrobner:make-term m1 7))
Note: See TracChangeset for help on using the changeset viewer.