MCPcopy Index your code
hub / github.com/csev/py4e / d3_range_integerScale

Function d3_range_integerScale

code/pagerank/d3.v2.js:465–469  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

463};
464
465function d3_range_integerScale(x) {
466 var k = 1;
467 while (x * k % 1) k *= 10;
468 return k;
469}
470d3.requote = function(s) {
471 return s.replace(d3_requote_re, "\\$&");
472};

Callers 1

d3.v2.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected