powered by
This function splits an interval object up into the lower and upper bound
split_interval(interval)
an interval object of length n (if it is something else, it is returned unchanged)
a n times 2 matrix. The first column is the lower bound, the second the upper bound.