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

It's just unclear to me (both here and in the ES spec) whether when you do thinks like `<`, `max()`, 2<sup>bitLength</sup>, etc. you are dealing with mathematical numbers or IEEE-754 numbers. In particular 2<sup>64</sup> 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.

-- 
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-279757011

Received on Tuesday, 14 February 2017 16:25:57 UTC