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 748


Ignore:
Timestamp:
2015-06-08T20:53:45-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r694 r748  
    8080(test monom
    8181  "monom"
    82   (is (equalp (make-monom 3) #(0 0 0)) "Trivial monomial is a vector of 0's")
    83   (is (equalp (make-monom 3 :initial-contents '(1 2 3)) #(1 2 3)) "Monomial with powers 1,2,3"))
     82  (is (equalp (monom-exponents (make-monom 3)) #(0 0 0)) "Trivial monomial is a vector of 0's")
     83  (is (equalp (monom-exponents (make-monom 3 :initial-contents '(1 2 3))) #(1 2 3)) "Monomial with powers 1,2,3"))
    8484 
    8585(test order
Note: See TracChangeset for help on using the changeset viewer.