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 396


Ignore:
Timestamp:
2015-06-06T18:58:58-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r395 r396  
    2222(defpackage "MONOMIAL"
    2323  (:use :cl)
    24   (:export "MAKE-MONOM" "MONOM-ELT"
    25            "MONOM-DIMENSION" "MONOM-TOTAL-DEGREE"
    26            "MONOM-SUGAR" "MONOM-DIV"
    27            "MONOM-MUL" "MONOM-DIVIDES-P"
     24  (:export "MAKE-MONOM"
     25           "MONOM-ELT"
     26           "MONOM-DIMENSION"
     27           "MONOM-TOTAL-DEGREE"
     28           "MONOM-SUGAR"
     29           "MONOM-DIV"
     30           "MONOM-MUL"
     31           "MONOM-DIVIDES-P"
    2832           "MONOM-DIVIDES-MONOM-LCM-P"
    2933           "MONOM-LCM-DIVIDES-MONOM-LCM-P"
Note: See TracChangeset for help on using the changeset viewer.