MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / log2

Function log2

libraries/p5.js:6410–6412  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

6408var post = _dereq_('./post');
6409
6410function log2(v) {
6411 return Math.log(v) / Math.log(2) | 0;
6412}
6413
6414function computeCheckSum(bytes) {
6415 while (bytes.length % 4 !== 0) {

Callers 1

makeSfntTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected