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

Well, floor((7/4) / (1/4)) != floor(7/4) / floor(1/4).  But I think if all the divisors are integers it shound be okay?

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

Received on Wednesday, 16 December 2015 14:33:14 UTC