next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
::
intersect(RRi)
intersect(RRi) -- computes intersection of input intervals
Synopsis
Function:
intersect
Usage:
J = intersection(I,...)
J = intersection(I,...,Precision => prec)
Inputs:
I
,
a
real interval
,
Optional inputs
:
Precision
=>
an
integer
,
default value -1
, specifies the desired precision of the output, a value of
-1
uses the minimum precision of the inputs.
Outputs:
J
,
a
real interval
,
Description
Returns the intersection of any number of input intervals.
See also
intersect
-- compute an intersection
intersection(RRi,RRi)
-- computes intersection of input intervals