- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 14 Feb 2017 08:25:03 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 14 February 2017 16:25:57 UTC
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