- Timestamp:
- 2015-06-15T18:38:04-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/order.lisp
r1608 r1929 43 43 "Return T if P>Q with respect to lexicographic order, otherwise NIL. 44 44 The second returned value is T if P=Q, otherwise it is NIL." 45 (declare (type monom p q) (type fixnum start end)) 45 46 (do ((i start (1+ i))) 46 47 ((>= i end) (values nil t))
Note:
See TracChangeset
for help on using the changeset viewer.