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 3736


Ignore:
Timestamp:
2015-09-13T23:42:16-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3721 r3736  
    486486  (scalar-multiply-by (copy-instance object2) object1))
    487487
     488(defun make-poly-variable (vars pos)
     489  (change-class (make-monom-variable (length vars) pos) 'poly))
     490
     491
    488492(defgeneric universal-expt (x y)
    489493  (:documentation "Raises X to power Y.")
Note: See TracChangeset for help on using the changeset viewer.