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 1108


Ignore:
Timestamp:
2015-06-10T11:43:45-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r1107 r1108  
    279279          ;; A polynomial can be divided by a scalar
    280280          (cond ((endp (cddr expr))
     281                 ;; A special case (/ x)
    281282                 (apply (ring-div ring) (cdr expr)))
    282283                ))
Note: See TracChangeset for help on using the changeset viewer.