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-05-27T23:59:00-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3811 r3812  
    5050           "MAKE-MONOM-VARIABLE"
    5151           "MAKE-MONOM-CONSTANT"
     52           "MAKE-TERM-CONSTANT"
    5253           "->LIST"
    5354           "LEX>"
     
    557558              exponents coeff))))
    558559
     560(defun make-term-constant (dimension &optional (coeff 1))
     561  (make-instance 'term :dimension dimension :coeff coeff))
     562
    559563(defmethod universal-equalp ((term1 term) (term2 term))
    560564  "Returns T if TERM1 and TERM2 are equal as MONOM, and coefficients
Note: See TracChangeset for help on using the changeset viewer.