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 883


Ignore:
Timestamp:
2015-06-09T12:04:00-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monomial.lisp

    r880 r883  
    9595                              (t
    9696                               (make-array (list dim) :element-type 'exponent :initial-element 0)))))
    97   monom)
     97  "A constructor of monomials. If DIMENSION is given, a sequence of DIMENSION elements of type EXPONENT is constructed,
     98where individual elements are the value of INITIAL-EXPONENT, which
     99defaults to 0.  Alternatively, all elements may be specified as a list
     100INITIAL-EXPONENTS."
     101 monom)
    98102
    99103
Note: See TracChangeset for help on using the changeset viewer.