Computes an interval with the maximum values for each endpoint based on x and y
x
y
Interval.max( Interval(0, 3), Interval(1, 2)) // Interval(1, 3)
Generated using TypeDoc
Computes an interval with the maximum values for each endpoint based on
x
andy
Example
Returns