I = interval(n)I = interval(l,r)I = interval([l,r])I = interval(n,Precision => prec)I = interval(l,r,Precision => prec)I = interval([l,r],Precision => prec)If given one argument, returns a real or complex interval as small as possible containing n.
|
|
If given two real arguments (or an array with two entries), the interval from l to r. Note that if l is to the right of r, the constructed interval is empty.
|
|
|
If given two arguments, at least one of which is a complex number and neither of which is an interval, then the rectangle in the complex plane whose lower left hand corner is the first argument and upper right hand corner is the second argument is returned.
|
If given two real arguments, at least one of which is an interval, then the first argument gives the real part and the second argument the imaginary part of a complex interval.
|
The Precision option sets the precision of the output.
|
The object interval is a method function with options.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/Macaulay2Doc/doc_intervals.m2:357:0.