MCPcopy
hub / github.com/jipegit/OSXAuditor / d3_number

Function d3_number

d3-3.2.8/d3.js:77–79  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

75 return s;
76 };
77 function d3_number(x) {
78 return x != null && !isNaN(x);
79 }
80 d3.mean = function(array, f) {
81 var n = array.length, a, m = 0, i = -1, j = 0;
82 if (arguments.length === 1) {

Callers 1

d3.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected