- From: Tobie Langel <notifications@github.com>
- Date: Wed, 22 Feb 2017 00:59:58 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 February 2017 09:00:31 UTC
> 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