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 383


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

* empty log message *

File:
1 edited

Legend:

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

    r382 r383  
    100100        (t2 (ngrobner:make-term (ngrobner:make-monom 3 :initial-contents '(1 2 3)) 9))
    101101        (t3 (ngrobner:make-term (ngrobner:make-monom 3 :initial-contents '(2 4 6)) (* 7 9))))
    102     (is (equal (term-mul t1 t2) t3))))
     102    (is (equal (ngrobner::term-mul *ring-of-integers* t1 t2) t3))))
    103103
    104104(test coerce-to-infix
Note: See TracChangeset for help on using the changeset viewer.