Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6408
var
post = _dereq_(
'./post'
);
6409
6410
function
log2(v) {
6411
return
Math.log(v) / Math.log(2) | 0;
6412
}
6413
6414
function
computeCheckSum(bytes) {
6415
while
(bytes.length % 4 !== 0) {
Callers
1
makeSfntTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected