Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PixelsCommander/HTML-GL
/ roundToDecimal
Function
roundToDecimal
page/js/dat.gui.js:917–920 ·
view source on GitHub ↗
(value, decimals)
Source
from the content-addressed store, hash-verified
915
);
916
917
function
roundToDecimal(value, decimals) {
918
var
tenTo = Math.pow(10, decimals);
919
return
Math.round(value * tenTo) / tenTo;
920
}
921
922
return
NumberControllerBox;
923
Callers
1
dat.gui.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected