Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/KilledByAPixel/LittleJS
/ log2
Function
log2
src/engineMath.js:77–77 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
75
* @
return
{number}
76
* @memberof Math */
77
const
log2 = (x) => Math.log2(x);
78
79
/** Returns sin of value passed in
80
* @param {number} x
Callers
1
nearestPowerOfTwo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected