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.

Ignore:
Timestamp:
2015-09-05T21:27:00-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r3656 r3657  
    3737           "POLY-INSERT-TERM"
    3838           "LEADING-TERM"
     39           "LEADING-MONOMIAL"
    3940           "LEADING-COEFFICIENT"
     41           "SECOND-LEADING-TERM"
     42           "SECOND-LEADING-MONOMIAL"
     43           "SECOND-LEADING-COEFFICIENT"
    4044           "ADD-TO"
    4145           "ADD"
     
    152156    (change-class (copy-instance (second-leading-term self)) 'monom))
    153157  (:documentation "The leading monomial of a polynomial, or NIL for zero polynomial."))
    154 
    155 
    156158
    157159(defgeneric leading-coefficient (object)
Note: See TracChangeset for help on using the changeset viewer.