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 4032


Ignore:
Timestamp:
2016-05-31T15:45:00-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4031 r4032  
    230230        (t (reduce #'multiply-2 factors :initial-value 1))))
    231231
     232(defgeneric unary-inverse (self)
     233  (:documentation "Returns the unary inverse of SELF.")
     234  (:method ((self number)) (/ self)))
     235
    232236(defun divide (numerator &rest denominators)
    233237  "Non-destructively divide object NUMERATOR by product of DENOMINATORS."
Note: See TracChangeset for help on using the changeset viewer.