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

floor(pointer / 10 / 126 / 10) is different from floor(floor(floor(pointer / 10) / 126) / 10). I don't know the context but wanted to make sure the former was intended?

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

Received on Wednesday, 16 December 2015 13:32:06 UTC