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 4531


Ignore:
Timestamp:
2016-06-17T19:06:48-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4529 r4531  
    7575  (let* ((p (change-class (string->poly "x*y+x^3" '(x y)) 'poly-with-sugar))
    7676         (q (universal-expt p 3)))
    77     (is (= (sugar-value q) 9))))
     77    (is (= (sugar-value q) 12))))
    7878         
    7979(run! 'poly-sugar-suite)
Note: See TracChangeset for help on using the changeset viewer.