Skip to content

Commit

Permalink
Document + and - methods for Vector & Number/RingElement
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Dec 5, 2024
1 parent a71f125 commit 41b3441
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions M2/Macaulay2/packages/Macaulay2Doc/doc.m2
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ document {
(symbol +, Number, Constant),
(symbol +, Number, InfiniteNumber),
(symbol +, Number, Matrix),
(symbol +, Number, Vector),
(symbol +, ProjectiveHilbertPolynomial, ProjectiveHilbertPolynomial),
(symbol +, ProjectiveHilbertPolynomial, ZZ),
(symbol +, QQ),
Expand All @@ -219,7 +220,10 @@ document {
(symbol +, RingElement, GradedModuleMap),
(symbol +, RingElement, Matrix),
(symbol +, RingElement, RingElement),
(symbol +, RingElement, Vector),
(symbol +, Vector),
(symbol +, Vector, Number)
(symbol +, Vector, RingElement),
(symbol +, Vector, Vector),
(symbol +, ZZ),
(symbol +, ZZ, CC),
Expand Down Expand Up @@ -287,6 +291,7 @@ document {
(symbol -, Number, Constant),
(symbol -, Number, InfiniteNumber),
(symbol -, Number, Matrix),
(symbol -, Number, Vector),
(symbol -, ProjectiveHilbertPolynomial),
(symbol -, ProjectiveHilbertPolynomial, ProjectiveHilbertPolynomial),
(symbol -, ProjectiveHilbertPolynomial, ZZ),
Expand All @@ -312,6 +317,9 @@ document {
(symbol -, RingElement, GradedModuleMap),
(symbol -, RingElement, Matrix),
(symbol -, RingElement, RingElement),
(symbol -, RingElement, Vector),
(symbol -, Vector, Number),
(symbol -, Vector, RingElement),
(symbol -, Vector, Vector),
(symbol -, ZZ),
(symbol -, ZZ, CC),
Expand Down

0 comments on commit 41b3441

Please sign in to comment.