Recent Docs Activity
View all activityPage | Date | Comment |
---|---|---|
Math.log2() |
Fixed previous revision error. I only needed whole number values on bit masks, so suggested that polyfill should be wrapped in Math.round, which is obviously wrong unless you are working with bit masks | |
Math.log2() |
Wrapping polyfill function expression into Math.round. Without doing this, polyfill produces incorrect values on some inputs, like 1 << 29 |