Re: [encoding] Fix #20: rather than relying on integer division, use floor() (929a3ff)

Can you give me two numbers where this matters? E.g., going from 201599 / 10 / 126 / 10 to 201600 / 10 / 126 / 10 seems fine. I suppose I should technically use more floor() though since it's supposed to all be integer division.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/encoding/commit/929a3ffec7695b38c1b5529411de52eca6935d61#commitcomment-15015330

Received on Wednesday, 16 December 2015 14:24:10 UTC