Re: [heycam/webidl] Is -0 < 0, regarding [EnforceRange]? (#306)

> In particular 264 is not accurately representable with IEEE-754 so given "x < 2<sup>64</sup>" it seems like the left-hand side is IEEE-754 and the right-hand side is mathematical, so I'm not clear in general whether < is mathematical or IEEE-754.

We never have that case, though. first step of the algorithm says:

1. If _bitLength_ is 64, then:
    1. Let _upperBound_ be 2<sup>53</sup> − 1.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/306#issuecomment-281608846

Received on Wednesday, 22 February 2017 09:00:31 UTC