- From: Tobie Langel <notifications@github.com>
- Date: Wed, 22 Feb 2017 09:58:27 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 February 2017 17:58:59 UTC
tobie commented on this pull request.
> @@ -6815,7 +6825,7 @@ may return any value, which will be discarded.
1. Round |x| to the nearest integer, choosing the even integer if it lies halfway between two,
and choosing +0 rather than −0.
1. Return |x|.
- 1. If |x| is <emu-val>NaN</emu-val>, +0, −0, +∞, or −∞,
+ 1. If |x| is <emu-val>NaN</emu-val>, +∞, or −∞,
To be consistant with turning it to 0 above.
--
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/pull/316#discussion_r102529247
Received on Wednesday, 22 February 2017 17:58:59 UTC