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-08-27T16:30:20-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3409 r3410  
    160160        (error "divide-by: Incompatible dimensions."))
    161161      (unless (every #'>= exponents1 exponents2)
    162         (error "divide-by: Negative power would result.")
     162        (error "divide-by: Negative power would result."))
    163163      (map-into exponents1 #'- exponents1 exponents2)))
    164164  self)
Note: See TracChangeset for help on using the changeset viewer.