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 1929


Ignore:
Timestamp:
2015-06-15T18:38:04-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/order.lisp

    r1608 r1929  
    4343  "Return T if P>Q with respect to lexicographic order, otherwise NIL.
    4444The second returned value is T if P=Q, otherwise it is NIL."
     45  (declare (type monom p q) (type fixnum start end))
    4546  (do ((i start (1+ i)))
    4647      ((>= i end) (values nil t))
Note: See TracChangeset for help on using the changeset viewer.