On Mon, 23 Feb 2009 16:22:11 -0100, Arnold Neumaier
<Arnold.Neumaier@xxxxxxxxxxxx> wrote:
(1') X = F(isup(A)) returns for all continuous F an inclusion
of lim_{x->A.sup} F(x).
(2') B = convexHull(iinf(A),isup(A)) always returns B=A
even though interval(inf) = Empty, so that your original
constructions don't work correctly.
This slipped me, it looks like a good alternative. It may
take some time but users may get used to it. Definitely better
than
convexHull(number2interval(A.inf),number2interval(A.sup))
But writing (1') and (2') is much nicer anyway, and also avoids
nasty issues for cases when the bound representation and the
float representation differ,
I don't understand this, I thought bounds are always fl-pt
numbers (including Infinity).