Previous Up Next

5.40.2  The endpoints of an interval: left,right

The left and right commands take an interval as an argument.
left and right return the left and right endpoints of the interval, respectively.
Input:

left(i[2,5])

Output:

2.00000000000000

Input:

right(i[2,5])

Output:

5.00000000000000

Previous Up Next