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 2429


Ignore:
Timestamp:
2015-06-19T08:01:02-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r2428 r2429  
    104104  "Return T if P>Q with respect to inverse lexicographic order, NIL otherwise
    105105The second returned value is T if P=Q, otherwise it is NIL."
    106   (declare (type monom p q) (type fixnum start end))
     106  (declare (type fixnum start end))
    107107  (do ((i (1- end) (1- i)))
    108108      ((< i start) (values nil t))
Note: See TracChangeset for help on using the changeset viewer.