Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » lists and sequences » BasicList » Option » options
next | previous | forward | backward | up | index | toc

options -- get options

See also

Ways to use options:

  • options(Command) -- see options(Function) -- get the optional arguments and default values of a function or method
  • options(Function) -- get the optional arguments and default values of a function or method
  • options(List) -- see options(Function) -- get the optional arguments and default values of a function or method
  • options(Sequence) -- see options(Function) -- get the optional arguments and default values of a function or method
  • options(ZZ) -- see options(Function) -- get the optional arguments and default values of a function or method
  • options(Monoid) -- get values used for optional arguments
  • options(PolynomialRing) -- see options(Monoid) -- get values used for optional arguments
  • options(QuotientRing) -- see options(Monoid) -- get values used for optional arguments
  • options(Ring) -- see options(Monoid) -- get values used for optional arguments
  • options(Package)

For the programmer

The object options is a method function with a single argument.


The source of this document is in Macaulay2Doc/functions/options-doc.m2:88:0.