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 749


Ignore:
Timestamp:
2015-06-08T20:56:39-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r747 r749  
    111111of variables may be specified with arguments START and END."
    112112  (declare (type monom m) (fixnum start end))
    113   (monom-total-degree (monom-exponents m) start end))
     113  (monom-total-degree m start end))
    114114
    115115(defun monom-div (m1 m2 &aux (result (copy-structure m1)))
Note: See TracChangeset for help on using the changeset viewer.