- Timestamp:
- 2015-06-19T08:01:02-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/order.lisp
r2428 r2429 104 104 "Return T if P>Q with respect to inverse lexicographic order, NIL otherwise 105 105 The 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)) 107 107 (do ((i (1- end) (1- i))) 108 108 ((< i start) (values nil t))
Note:
See TracChangeset
for help on using the changeset viewer.