MCPcopy Create free account
hub / github.com/jipegit/OSXAuditor / d3_adderSum

Function d3_adderSum

d3-3.2.8/d3.js:2132–2135  ·  view source on GitHub ↗
(a, b, o)

Source from the content-addressed store, hash-verified

2130 };
2131 var d3_adderTemp = new d3_adder();
2132 function d3_adderSum(a, b, o) {
2133 var x = o.s = a + b, bv = x - a, av = x - bv;
2134 o.t = a - av + (b - bv);
2135 }
2136 d3.geo.stream = function(object, listener) {
2137 if (object && d3_geo_streamObjectType.hasOwnProperty(object.type)) {
2138 d3_geo_streamObjectType[object.type](object, listener);

Callers 1

d3.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected