MCPcopy
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 */
77const log2 = (x) => Math.log2(x);
78
79/** Returns sin of value passed in
80 * @param {number} x

Callers 1

nearestPowerOfTwoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected