Re: Motion P1788/M0015.01: Definition_of_decorations: Up for discussion
Dan
On 28 Apr 2010, at 15:40, Dan Zuras Intervals wrote:
> The definitions of the 'bounded' properties then become
>
> boundedTrue = {there exists x in xx such that the
> nearest representable number for f(x) is
> finite in the current working precision.
> That is, that the 754 isBounded(f(x)) is
??
> true.}
>
> boundedFalse = {there exists x in xx such that the
> nearest representable number for f(x) is NOT
> finite in the current working precision.
> That is, that the 754 isBounded(f(x)) is
??
> false.}
Do you mean isFinite() ? There is no isBounded() in 754.
John