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-31T15:40:31-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r4026 r4030  
    232232  "Non-destructively divide object NUMERATOR by product of DENOMINATORS."
    233233  (cond ((endp denominators)
    234          (divide-by 1 numerator))
     234         (unary-inverse numerator))
    235235        (t (divide-by (copy-instance numerator) (apply #'multiply denominators)))))
    236236
Note: See TracChangeset for help on using the changeset viewer.