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 2527


Ignore:
Timestamp:
2015-06-19T14:17:18-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/polynomial.lisp

    r2526 r2527  
    7878  (:method ((self poly))
    7979    (r-coeff (leading-term self)))
    80   (:documentation "The leading coefficient of a polynomial. It signals error for a zero polynomial.")
     80  (:documentation "The leading coefficient of a polynomial. It signals
     81  error for a zero polynomial.")
    8182
    8283;; Second coefficient
     
    8485  (:method ((self poly))
    8586    (r-coeff (second-leading-term self)))
    86   (:documentation "The second leading coefficient of a polynomial. It signals error for a polynomial with at most one term."))
     87  (:documentation "The second leading coefficient of a polynomial. It
     88  signals error for a polynomial with at most one term."))
    8789
    8890;; Testing for a zero polynomial
Note: See TracChangeset for help on using the changeset viewer.