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-06T07:48:21-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3714 r3716  
    483483  (polysaturation-extension f (list p)))
    484484
     485(defmethod multiply ((object1 number) (object2 poly))
     486  (scalar-multiply-by object2 object1))
     487
    485488(defgeneric universal-expt (x y)
    486489  (:method ((x number) (y integer)) (expt x y))
Note: See TracChangeset for help on using the changeset viewer.