MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / roundToDecimal

Function roundToDecimal

MathBox/dat.gui.js:915–918  ·  view source on GitHub ↗
(value, decimals)

Source from the content-addressed store, hash-verified

913 );
914
915 function roundToDecimal(value, decimals) {
916 var tenTo = Math.pow(10, decimals);
917 return Math.round(value * tenTo) / tenTo;
918 }
919
920 return NumberControllerBox;
921

Callers 1

dat.gui.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected