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 1731


Ignore:
Timestamp:
2015-06-15T08:17:27-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/mx-grobner.lisp

    r1730 r1731  
    345345;;Simple operators
    346346
     347#|
    347348(define-binop $poly_add poly-add
    348349  "Adds two polynomials P and Q")
     
    362363(define-unop $poly_normalize poly-normalize
    363364  "Returns the polynomial P divided by the leading coefficient.")
     365|#
    364366
    365367;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Note: See TracChangeset for help on using the changeset viewer.