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 1599


Ignore:
Timestamp:
2015-06-14T11:30:41-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r1201 r1599  
    9898                              (t
    9999                               (make-array (list dim) :element-type 'exponent :initial-element 0)))))
    100   "A constructor of monomials. If DIMENSION is given, a sequence of DIMENSION elements of type EXPONENT is constructed,
    101 where individual elements are the value of INITIAL-EXPONENT, which
    102 defaults to 0.  Alternatively, all elements may be specified as a list
    103 INITIAL-EXPONENTS."
     100
     101  "A constructor of monomials. If DIMENSION is given, a sequence of
     102DIMENSION elements of type EXPONENT is constructed, where individual
     103elements are the value of INITIAL-EXPONENT, which defaults to 0.
     104Alternatively, all elements may be specified as a list
     105INITIAL-EXPONENTS."
     106
    104107 monom)
    105108
Note: See TracChangeset for help on using the changeset viewer.