Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/KilledByAPixel/LittleJS
/ sign
Function
sign
src/engineMath.js:65–65 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
63
* @
return
{number}
64
* @memberof Math */
65
const
sign = (x) => Math.sign(x);
66
67
/** Returns hypotenuse of values passed in
68
* @param {...number} values
Callers
7
onMouseWheel
Function · 0.85
lineTest
Function · 0.85
updatePhysics
Method · 0.85
zzfxG
Function · 0.85
isLineClear
Method · 0.85
uiUpdate
Method · 0.85
gameUpdate
Function · 0.85
Calls
1
sign
Method · 0.80
Tested by
no test coverage detected