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:
2016-06-14T19:35:34-07:00 (8 years ago)
Author:
Marek Rychlik
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial-eval.lisp

    r4386 r4463  
    3838    (cond
    3939      ((eq expr 0)
    40        (make-instance 'poly :dimension (length vars)))
     40       (make-instance 'poly))
    4141      ((member expr vars :test #'equalp)
    4242       (let ((pos (position expr vars :test #'equalp)))
Note: See TracChangeset for help on using the changeset viewer.