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.

Ignore:
Timestamp:
2015-09-05T19:03:43-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3604 r3608  
    152152    (is (= (total-degree m) 6))
    153153    (is (= (sugar m) 6))
    154     (is (equalp  (monom->list z) '(0 0 0)) "Trivial term is a vector of 0's")
     154    (is (equalp  (->list z) '(0 0 0)) "Trivial term is a vector of 0's")
    155155    (is (universal-equalp (multiply m n) m*n))
    156156    (is (universal-equalp (divide n m) n/m))
Note: See TracChangeset for help on using the changeset viewer.