Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » making new functions with optional arguments » symbols used as the name or value of an optional argument » Precision
next | previous | forward | backward | up | index | toc

Precision -- an optional argument

Description

A symbol used as the name of an optional argument.

Functions with optional argument named Precision:

  • intersect(RRi,RRi,Precision=>...) -- see intersect(RRi) -- intersection of input intervals
  • interval(...,Precision=>...) -- see interval -- construct an interval
  • rays(Matrix,Precision=>...) (missing documentation)
  • roots(RingElement,Precision=>...) -- see roots(RingElement) -- compute the roots of a polynomial
  • solve(...,Precision=>...) -- see solve -- solve linear equation(s)

For the programmer

The object Precision is a symbol.


The source of this document is in Macaulay2Doc/options.m2:28:0.